![]() |
![]()
| ![]() |
![]()
NAMEPaws::ServiceCatalog::ProvisionedProductDetail 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::ProvisionedProductDetail object: $service_obj->Method(Att1 => { Arn => $value, ..., Type => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ServiceCatalog::ProvisionedProductDetail object: $result = $service_obj->Method(...); $result->Att1->Arn DESCRIPTIONInformation about a provisioned product. ATTRIBUTESArn => StrThe ARN of the provisioned product. CreatedTime => StrThe UTC time stamp of the creation time. Id => StrThe identifier of the provisioned product. IdempotencyToken => StrA unique identifier that you provide to ensure idempotency. If multiple requests differ only by the idempotency token, the same response is returned for each repeated request. LastProvisioningRecordId => StrThe record identifier of the last request performed on this provisioned product of the following types:
LastRecordId => StrThe record identifier of the last request performed on this provisioned product. LastSuccessfulProvisioningRecordId => StrThe record identifier of the last successful request performed on this provisioned product of the following types:
LaunchRoleArn => StrThe ARN of the launch role associated with the provisioned product. Name => StrThe user-friendly name of the provisioned product. ProductId => StrThe product identifier. For example, "prod-abcdzk7xy33qa". ProvisioningArtifactId => StrThe identifier of the provisioning artifact. For example, "pa-4abcdjnxjj6ne". Status => StrThe current status of the provisioned product.
StatusMessage => StrThe current status message of the provisioned product. Type => StrThe type of provisioned product. The supported values are "CFN_STACK" and "CFN_STACKSET". 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>
|