Class: Aws::SupplyChain::Types::DeleteInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SupplyChain::Types::DeleteInstanceRequest
- Defined in:
- gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb
Overview
The request parameters for DeleteInstance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_id ⇒ String
The AWS Supply Chain instance identifier.
Instance Attribute Details
#instance_id ⇒ String
The AWS Supply Chain instance identifier.
1374 1375 1376 1377 1378 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 1374 class DeleteInstanceRequest < Struct.new( :instance_id) SENSITIVE = [] include Aws::Structure end |