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.
772 773 774 775 776 |
# File 'gems/aws-sdk-supplychain/lib/aws-sdk-supplychain/types.rb', line 772 class DeleteInstanceRequest < Struct.new( :instance_id) SENSITIVE = [] include Aws::Structure end |