Class: Aws::Outposts::Types::DeleteOutpostInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::DeleteOutpostInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#outpost_id ⇒ String
The ID or ARN of the Outpost.
Instance Attribute Details
#outpost_id ⇒ String
The ID or ARN of the Outpost.
639 640 641 642 643 |
# File 'lib/aws-sdk-outposts/types.rb', line 639 class DeleteOutpostInput < Struct.new( :outpost_id) SENSITIVE = [] include Aws::Structure end |