Class: Aws::SupplyChain::Types::CreateInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::CreateInstanceResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
301 302 303 304 305 |
# File 'lib/aws-sdk-supplychain/types.rb', line 301 class CreateInstanceResponse < Struct.new( :instance) SENSITIVE = [] include Aws::Structure end |