You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceCatalog::Types::ProvisionedProductAttribute

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a provisioned product.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the provisioned product.

Returns:

  • (String)

    The ARN of the provisioned product.

#created_timeTime

The UTC time stamp of the creation time.

Returns:

  • (Time)

    The UTC time stamp of the creation time.

#idString

The identifier of the provisioned product.

Returns:

  • (String)

    The identifier of the provisioned product.

#idempotency_tokenString

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.

Returns:

  • (String)

    A unique identifier that you provide to ensure idempotency.

#last_provisioning_record_idString

The record identifier of the last request performed on this provisioned product of the following types:

  • ProvisionedProduct

  • UpdateProvisionedProduct

  • ExecuteProvisionedProductPlan

  • TerminateProvisionedProduct

Returns:

  • (String)

    The record identifier of the last request performed on this provisioned product of the following types:.

#last_record_idString

The record identifier of the last request performed on this provisioned product.

Returns:

  • (String)

    The record identifier of the last request performed on this provisioned product.

#last_successful_provisioning_record_idString

The record identifier of the last successful request performed on this provisioned product of the following types:

  • ProvisionedProduct

  • UpdateProvisionedProduct

  • ExecuteProvisionedProductPlan

  • TerminateProvisionedProduct

Returns:

  • (String)

    The record identifier of the last successful request performed on this provisioned product of the following types:.

#nameString

The user-friendly name of the provisioned product.

Returns:

  • (String)

    The user-friendly name of the provisioned product.

#physical_idString

The assigned identifier for the resource, such as an EC2 instance ID or an S3 bucket name.

Returns:

  • (String)

    The assigned identifier for the resource, such as an EC2 instance ID or an S3 bucket name.

#product_idString

The product identifier.

Returns:

  • (String)

    The product identifier.

#product_nameString

The name of the product.

Returns:

  • (String)

    The name of the product.

#provisioning_artifact_idString

The identifier of the provisioning artifact.

Returns:

  • (String)

    The identifier of the provisioning artifact.

#provisioning_artifact_nameString

The name of the provisioning artifact.

Returns:

  • (String)

    The name of the provisioning artifact.

#statusString

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.

    Possible values:

    • AVAILABLE
    • UNDER_CHANGE
    • TAINTED
    • ERROR
    • PLAN_IN_PROGRESS

Returns:

  • (String)

    The current status of the provisioned product.

#status_messageString

The current status message of the provisioned product.

Returns:

  • (String)

    The current status message of the provisioned product.

#tagsArray<Types::Tag>

One or more tags.

Returns:

#typeString

The type of provisioned product. The supported values are CFN_STACK and CFN_STACKSET.

Returns:

  • (String)

    The type of provisioned product.

#user_arnString

The Amazon Resource Name (ARN) of the IAM user.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the IAM user.

#user_arn_sessionString

The ARN of the IAM user in the session. This ARN might contain a session ID.

Returns:

  • (String)

    The ARN of the IAM user in the session.