![]() |
![]()
| ![]() |
![]()
NAMEPaws::ServiceCatalog::ProvisionedProductPlanDetails USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::ServiceCatalog::ProvisionedProductPlanDetails object: $service_obj->Method(Att1 => { CreatedTime => $value, ..., UpdatedTime => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ServiceCatalog::ProvisionedProductPlanDetails object: $result = $service_obj->Method(...); $result->Att1->CreatedTime DESCRIPTIONInformation about a plan. ATTRIBUTESCreatedTime => StrThe UTC time stamp of the creation time. NotificationArns => ArrayRef[Str|Undef]Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events. PathId => StrThe path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths. PlanId => StrThe plan identifier. PlanName => StrThe name of the plan. PlanType => StrThe plan type. ProductId => StrThe product identifier. ProvisioningArtifactId => StrThe identifier of the provisioning artifact. ProvisioningParameters => ArrayRef[Paws::ServiceCatalog::UpdateProvisioningParameter]Parameters specified by the administrator that are required for provisioning the product. ProvisionProductId => StrThe product identifier. ProvisionProductName => StrThe user-friendly name of the provisioned product. Status => StrThe status. StatusMessage => StrThe status message. Tags => ArrayRef[Paws::ServiceCatalog::Tag]One or more tags. UpdatedTime => StrThe time when the plan was last updated. SEE ALSOThis class forms part of Paws, describing an object used in Paws::ServiceCatalog BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|