Class: Aws::SupplyChain::Types::CreateInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::CreateInstanceResponse
- Defined in:
- gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb
Overview
The response parameters for CreateInstance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance ⇒ Types::Instance
The AWS Supply Chain instance resource data details.
Instance Attribute Details
#instance ⇒ Types::Instance
The AWS Supply Chain instance resource data details.
309 310 311 312 313 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 309 class CreateInstanceResponse < Struct.new( :instance) SENSITIVE = [] include Aws::Structure end |