Class: Aws::SupplyChain::Types::GetInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::GetInstanceResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The response parameters for GetInstance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance ⇒ Types::Instance
The instance resource data details.
Instance Attribute Details
#instance ⇒ Types::Instance
The instance resource data details.
934 935 936 937 938 |
# File 'lib/aws-sdk-supplychain/types.rb', line 934 class GetInstanceResponse < Struct.new( :instance) SENSITIVE = [] include Aws::Structure end |