Class: Aws::SupplyChain::Types::DeleteInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::DeleteInstanceResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-supplychain/types.rb
Overview
The response parameters for DeleteInstance.
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.
786 787 788 789 790 |
# File 'lib/aws-sdk-supplychain/types.rb', line 786 class DeleteInstanceResponse < Struct.new( :instance) SENSITIVE = [] include Aws::Structure end |