Class: Aws::ServiceCatalog::Types::ProvisionedProductDetail

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Information about a provisioned product.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN of the provisioned product.

Returns:

  • (String)


4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4240

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :product_id,
  :provisioning_artifact_id)
  include Aws::Structure
end

#created_timeTime

The UTC time stamp of the creation time.

Returns:

  • (Time)


4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4240

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :product_id,
  :provisioning_artifact_id)
  include Aws::Structure
end

#idString

The identifier of the provisioned product.

Returns:

  • (String)


4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4240

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :product_id,
  :provisioning_artifact_id)
  include Aws::Structure
end

#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)


4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4240

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :product_id,
  :provisioning_artifact_id)
  include Aws::Structure
end

#last_record_idString

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

Returns:

  • (String)


4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4240

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :product_id,
  :provisioning_artifact_id)
  include Aws::Structure
end

#nameString

The user-friendly name of the provisioned product.

Returns:

  • (String)


4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4240

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :product_id,
  :provisioning_artifact_id)
  include Aws::Structure
end

#product_idString

The product identifier. For example, ‘prod-abcdzk7xy33qa`.

Returns:

  • (String)


4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4240

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :product_id,
  :provisioning_artifact_id)
  include Aws::Structure
end

#provisioning_artifact_idString

The identifier of the provisioning artifact. For example, ‘pa-4abcdjnxjj6ne`.

Returns:

  • (String)


4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4240

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :product_id,
  :provisioning_artifact_id)
  include Aws::Structure
end

#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.

Returns:

  • (String)


4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4240

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :product_id,
  :provisioning_artifact_id)
  include Aws::Structure
end

#status_messageString

The current status message of the provisioned product.

Returns:

  • (String)


4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4240

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :product_id,
  :provisioning_artifact_id)
  include Aws::Structure
end

#typeString

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

Returns:

  • (String)


4240
4241
4242
4243
4244
4245
4246
4247
4248
4249
4250
4251
4252
4253
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4240

class ProvisionedProductDetail < Struct.new(
  :name,
  :arn,
  :type,
  :id,
  :status,
  :status_message,
  :created_time,
  :idempotency_token,
  :last_record_id,
  :product_id,
  :provisioning_artifact_id)
  include Aws::Structure
end