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

Class: Aws::ServiceCatalog::Types::RecordDetail

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.

#launch_role_arnString

The ARN of the launch role associated with the provisioned product.

Returns:

  • (String)

    The ARN of the launch role associated with the provisioned product.

#path_idString

The path identifier.

Returns:

  • (String)

    The path identifier.

#product_idString

The product identifier.

Returns:

  • (String)

    The product identifier.

#provisioned_product_idString

The identifier of the provisioned product.

Returns:

  • (String)

    The identifier of the provisioned product.

#provisioned_product_nameString

The user-friendly name of the provisioned product.

Returns:

  • (String)

    The user-friendly name of the provisioned product.

#provisioned_product_typeString

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

Returns:

  • (String)

    The type of provisioned product.

#provisioning_artifact_idString

The identifier of the provisioning artifact.

Returns:

  • (String)

    The identifier of the provisioning artifact.

#record_errorsArray<Types::RecordError>

The errors that occurred.

Returns:

#record_idString

The identifier of the record.

Returns:

  • (String)

    The identifier of the record.

#record_tagsArray<Types::RecordTag>

One or more tags.

Returns:

#record_typeString

The record type.

  • PROVISION_PRODUCT

  • UPDATE_PROVISIONED_PRODUCT

  • TERMINATE_PROVISIONED_PRODUCT

Returns:

  • (String)

    The record type.

#statusString

The status of the provisioned product.

  • CREATED - The request was created but the operation has not started.

  • IN_PROGRESS - The requested operation is in progress.

  • IN_PROGRESS_IN_ERROR - The provisioned product is under change but the requested operation failed and some remediation is occurring. For example, a rollback.

  • SUCCEEDED - The requested operation has successfully completed.

  • FAILED - The requested operation has unsuccessfully completed. Investigate using the error messages returned.

    Possible values:

    • CREATED
    • IN_PROGRESS
    • IN_PROGRESS_IN_ERROR
    • SUCCEEDED
    • FAILED

Returns:

  • (String)

    The status of the provisioned product.

#updated_timeTime

The time when the record was last updated.

Returns:

  • (Time)

    The time when the record was last updated.