Class: Aws::Outposts::Types::DeleteOutpostInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::DeleteOutpostInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Note:
When making an API call, you may pass DeleteOutpostInput data as a hash:
{
outpost_id: "OutpostId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#outpost_id ⇒ String
The ID or the Amazon Resource Name (ARN) of the Outpost.
Instance Attribute Details
#outpost_id ⇒ String
The ID or the Amazon Resource Name (ARN) of the Outpost.
567 568 569 570 571 |
# File 'lib/aws-sdk-outposts/types.rb', line 567 class DeleteOutpostInput < Struct.new( :outpost_id) SENSITIVE = [] include Aws::Structure end |