Class: Aws::Outposts::Types::StartOutpostDecommissionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::StartOutpostDecommissionInput
- Defined in:
- gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#outpost_identifier ⇒ String
The ID or ARN of the Outpost that you want to decommission.
-
#validate_only ⇒ Boolean
Validates the request without starting the decommission process.
Instance Attribute Details
#outpost_identifier ⇒ String
The ID or ARN of the Outpost that you want to decommission.
2286 2287 2288 2289 2290 2291 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2286 class StartOutpostDecommissionInput < Struct.new( :outpost_identifier, :validate_only) SENSITIVE = [] include Aws::Structure end |
#validate_only ⇒ Boolean
Validates the request without starting the decommission process.
2286 2287 2288 2289 2290 2291 |
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2286 class StartOutpostDecommissionInput < Struct.new( :outpost_identifier, :validate_only) SENSITIVE = [] include Aws::Structure end |