Class: Aws::ServiceCatalog::Types::ProvisionedProductAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ProvisionedProductAttribute
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Information about a provisioned product.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the provisioned product.
-
#created_time ⇒ Time
The UTC time stamp of the creation time.
-
#id ⇒ String
The identifier of the provisioned product.
-
#idempotency_token ⇒ String
A unique identifier that you provide to ensure idempotency.
-
#last_provisioning_record_id ⇒ String
The record identifier of the last request performed on this provisioned product of the following types:.
-
#last_record_id ⇒ String
The record identifier of the last request performed on this provisioned product.
-
#last_successful_provisioning_record_id ⇒ String
The record identifier of the last successful request performed on this provisioned product of the following types:.
-
#name ⇒ String
The user-friendly name of the provisioned product.
-
#physical_id ⇒ String
The assigned identifier for the resource, such as an EC2 instance ID or an S3 bucket name.
-
#product_id ⇒ String
The product identifier.
-
#product_name ⇒ String
The name of the product.
-
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact.
-
#provisioning_artifact_name ⇒ String
The name of the provisioning artifact.
-
#status ⇒ String
The current status of the provisioned product.
-
#status_message ⇒ String
The current status message of the provisioned product.
-
#tags ⇒ Array<Types::Tag>
One or more tags.
-
#type ⇒ String
The type of provisioned product.
-
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user.
-
#user_arn_session ⇒ String
The ARN of the user in the session.
Instance Attribute Details
#arn ⇒ String
The ARN of the provisioned product.
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The UTC time stamp of the creation time.
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the provisioned product.
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#idempotency_token ⇒ String
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.
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#last_provisioning_record_id ⇒ String
The record identifier of the last request performed on this provisioned product of the following types:
-
ProvisionProduct
-
UpdateProvisionedProduct
-
ExecuteProvisionedProductPlan
-
TerminateProvisionedProduct
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#last_record_id ⇒ String
The record identifier of the last request performed on this provisioned product.
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#last_successful_provisioning_record_id ⇒ String
The record identifier of the last successful request performed on this provisioned product of the following types:
-
ProvisionProduct
-
UpdateProvisionedProduct
-
ExecuteProvisionedProductPlan
-
TerminateProvisionedProduct
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The user-friendly name of the provisioned product.
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#physical_id ⇒ String
The assigned identifier for the resource, such as an EC2 instance ID or an S3 bucket name.
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#product_id ⇒ String
The product identifier.
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#product_name ⇒ String
The name of the product.
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact.
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#provisioning_artifact_name ⇒ String
The name of the provisioning artifact.
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the provisioned product.
-
‘AVAILABLE` - Stable state, ready to perform any operation. The most recent operation succeeded and completed.
-
‘UNDER_CHANGE` - Transitive state. Operations performed might not have valid results. Wait for an `AVAILABLE` status before performing operations.
-
‘TAINTED` - 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.
-
‘ERROR` - 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.
-
‘PLAN_IN_PROGRESS` - 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 `AVAILABLE` status before performing operations.
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The current status message of the provisioned product.
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
One or more tags.
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of provisioned product. The supported values are ‘CFN_STACK`, `CFN_STACKSET`, `TERRAFORM_OPEN_SOURCE`, `TERRAFORM_CLOUD`, and `EXTERNAL`.
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user.
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |
#user_arn_session ⇒ String
The ARN of the user in the session. This ARN might contain a session ID.
4692 4693 4694 4695 4696 4697 4698 4699 4700 4701 4702 4703 4704 4705 4706 4707 4708 4709 4710 4711 4712 4713 4714 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4692 class ProvisionedProductAttribute < Struct.new( :name, :arn, :type, :id, :status, :status_message, :created_time, :idempotency_token, :last_record_id, :last_provisioning_record_id, :last_successful_provisioning_record_id, :tags, :physical_id, :product_id, :product_name, :provisioning_artifact_id, :provisioning_artifact_name, :user_arn, :user_arn_session) SENSITIVE = [] include Aws::Structure end |