Class: Aws::ServiceCatalog::Types::ExecuteProvisionedProductPlanOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#record_detailTypes::RecordDetail

Information about the result of provisioning the product.

Returns:



2545
2546
2547
2548
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2545

class ExecuteProvisionedProductPlanOutput < Struct.new(
  :record_detail)
  include Aws::Structure
end