Class: Aws::ServiceCatalog::Types::ExecuteProvisionedProductServiceActionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ExecuteProvisionedProductServiceActionOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#record_detail ⇒ Types::RecordDetail
An object containing detailed information about the result of provisioning the product.
Instance Attribute Details
#record_detail ⇒ Types::RecordDetail
An object containing detailed information about the result of provisioning the product.
2667 2668 2669 2670 2671 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2667 class ExecuteProvisionedProductServiceActionOutput < Struct.new( :record_detail) SENSITIVE = [] include Aws::Structure end |