Class: Aws::ServiceCatalog::Types::ProvisionProductOutput

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:



4059
4060
4061
4062
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4059

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