PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::ServiceCatalog::ProvisionedProductAttribute; use Moose; has Arn => (is => 'ro', isa => 'Str'); has CreatedTime => (is => 'ro', isa => 'Str'); has Id => (is => 'ro', isa => 'Str'); has IdempotencyToken => (is => 'ro', isa => 'Str'); has LastProvisioningRecordId => (is => 'ro', isa => 'Str'); has LastRecordId => (is => 'ro', isa => 'Str'); has LastSuccessfulProvisioningRecordId => (is => 'ro', isa => 'Str'); has Name => (is => 'ro', isa => 'Str'); has PhysicalId => (is => 'ro', isa => 'Str'); has ProductId => (is => 'ro', isa => 'Str'); has ProductName => (is => 'ro', isa => 'Str'); has ProvisioningArtifactId => (is => 'ro', isa => 'Str'); has ProvisioningArtifactName => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Str'); has StatusMessage => (is => 'ro', isa => 'Str'); has Tags => (is => 'ro', isa => 'ArrayRef[Paws::ServiceCatalog::Tag]'); has Type => (is => 'ro', isa => 'Str'); has UserArn => (is => 'ro', isa => 'Str'); has UserArnSession => (is => 'ro', isa => 'Str'); 1; ### main pod documentation begin ### =head1 NAME Paws::ServiceCatalog::ProvisionedProductAttribute =head1 USAGE This class represents one of two things: =head3 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 }); =head3 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 =head1 DESCRIPTION Information about a provisioned product. =head1 ATTRIBUTES =head2 Arn => Str The ARN of the provisioned product. =head2 CreatedTime => Str The UTC time stamp of the creation time. =head2 Id => Str The identifier of the provisioned product. =head2 IdempotencyToken => Str A 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. =head2 LastProvisioningRecordId => Str The record identifier of the last request performed on this provisioned product of the following types: =over =item * ProvisionedProduct =item * UpdateProvisionedProduct =item * ExecuteProvisionedProductPlan =item * TerminateProvisionedProduct =back =head2 LastRecordId => Str The record identifier of the last request performed on this provisioned product. =head2 LastSuccessfulProvisioningRecordId => Str The record identifier of the last successful request performed on this provisioned product of the following types: =over =item * ProvisionedProduct =item * UpdateProvisionedProduct =item * ExecuteProvisionedProductPlan =item * TerminateProvisionedProduct =back =head2 Name => Str The user-friendly name of the provisioned product. =head2 PhysicalId => Str The assigned identifier for the resource, such as an EC2 instance ID or an S3 bucket name. =head2 ProductId => Str The product identifier. =head2 ProductName => Str The name of the product. =head2 ProvisioningArtifactId => Str The identifier of the provisioning artifact. =head2 ProvisioningArtifactName => Str The name of the provisioning artifact. =head2 Status => Str The current status of the provisioned product. =over =item * C - Stable state, ready to perform any operation. The most recent operation succeeded and completed. =item * C - Transitive state. Operations performed might not have valid results. Wait for an C status before performing operations. =item * C - Stable state, ready to perform any operation. The stack has completed the requested operation but is not exactly what was requested. For example, a request to update to a new version failed and the stack rolled back to the current version. =item * C - An unexpected error occurred. The provisioned product exists but the stack is not running. For example, CloudFormation received a parameter value that was not valid and could not launch the stack. =item * C - Transitive state. The plan operations were performed to provision a new product, but resources have not yet been created. After reviewing the list of resources to be created, execute the plan. Wait for an C status before performing operations. =back =head2 StatusMessage => Str The current status message of the provisioned product. =head2 Tags => ArrayRef[L] One or more tags. =head2 Type => Str The type of provisioned product. The supported values are C and C. =head2 UserArn => Str The Amazon Resource Name (ARN) of the IAM user. =head2 UserArnSession => Str The ARN of the IAM user in the session. This ARN might contain a session ID. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut