Class: Aws::ServiceCatalog::Types::ExecuteProvisionedProductPlanOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ExecuteProvisionedProductPlanOutput
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#record_detail ⇒ Types::RecordDetail
Information about the result of provisioning the product.
Instance Attribute Details
#record_detail ⇒ Types::RecordDetail
Information about the result of provisioning the product.
2609 2610 2611 2612 2613 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 2609 class ExecuteProvisionedProductPlanOutput < Struct.new( :record_detail) SENSITIVE = [] include Aws::Structure end |