Class: Aws::Outposts::Types::StartOutpostDecommissionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#outpost_identifierString

The ID or ARN of the Outpost that you want to decommission.

Returns:

  • (String)


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_onlyBoolean

Validates the request without starting the decommission process.

Returns:

  • (Boolean)


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