Class: Aws::ServiceCatalog::Types::UpdateProvisionedProductOutput

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 the request.

Returns:



6070
6071
6072
6073
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6070

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