![]() |
![]()
| ![]() |
![]()
NAMEPaws::ServiceCatalog::ProvisionedProductAttribute 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::ProvisionedProductAttribute object: $service_obj->Method(Att1 => { Arn => $value, ..., UserArnSession => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::ServiceCatalog::ProvisionedProductAttribute 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:
Name => StrThe user-friendly name of the provisioned product. PhysicalId => StrThe assigned identifier for the resource, such as an EC2 instance ID or an S3 bucket name. ProductId => StrThe product identifier. ProductName => StrThe name of the product. ProvisioningArtifactId => StrThe identifier of the provisioning artifact. ProvisioningArtifactName => StrThe name of the provisioning artifact. Status => StrThe current status of the provisioned product.
StatusMessage => StrThe current status message of the provisioned product. Tags => ArrayRef[Paws::ServiceCatalog::Tag]One or more tags. Type => StrThe type of provisioned product. The supported values are "CFN_STACK" and "CFN_STACKSET". UserArn => StrThe Amazon Resource Name (ARN) of the IAM user. UserArnSession => StrThe ARN of the IAM user in the session. This ARN might contain a session ID. 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>
|