Class: Aws::SupplyChain::Types::UpdateInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::UpdateInstanceResponse
- Defined in:
- gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb
Overview
The response parameters for UpdateInstance.
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.
1498 1499 1500 1501 1502 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 1498 class UpdateInstanceResponse < Struct.new( :instance) SENSITIVE = [] include Aws::Structure end |