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

Class: Aws::ServiceCatalog::Types::ProvisionedProductPlanDetails

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#created_timeTime

The UTC time stamp of the creation time.

Returns:

  • (Time)

    The UTC time stamp of the creation time.

#notification_arnsArray<String>

Passed to CloudFormation. The SNS topic ARNs to which to publish stack-related events.

Returns:

  • (Array<String>)

    Passed to CloudFormation.

#path_idString

The path identifier of the product. This value is optional if the product has a default path, and required if the product has more than one path. To list the paths for a product, use ListLaunchPaths.

Returns:

  • (String)

    The path identifier of the product.

#plan_idString

The plan identifier.

Returns:

  • (String)

    The plan identifier.

#plan_nameString

The name of the plan.

Returns:

  • (String)

    The name of the plan.

#plan_typeString

The plan type.

Possible values:

  • CLOUDFORMATION

Returns:

  • (String)

    The plan type.

#product_idString

The product identifier.

Returns:

  • (String)

    The product identifier.

#provision_product_idString

The product identifier.

Returns:

  • (String)

    The product identifier.

#provision_product_nameString

The user-friendly name of the provisioned product.

Returns:

  • (String)

    The user-friendly name of the provisioned product.

#provisioning_artifact_idString

The identifier of the provisioning artifact.

Returns:

  • (String)

    The identifier of the provisioning artifact.

#provisioning_parametersArray<Types::UpdateProvisioningParameter>

Parameters specified by the administrator that are required for provisioning the product.

Returns:

#statusString

The status.

Possible values:

  • CREATE_IN_PROGRESS
  • CREATE_SUCCESS
  • CREATE_FAILED
  • EXECUTE_IN_PROGRESS
  • EXECUTE_SUCCESS
  • EXECUTE_FAILED

Returns:

  • (String)

    The status.

#status_messageString

The status message.

Returns:

  • (String)

    The status message.

#tagsArray<Types::Tag>

One or more tags.

Returns:

#updated_timeTime

The time when the plan was last updated.

Returns:

  • (Time)

    The time when the plan was last updated.