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)


2426
2427
2428
2429
2430
2431
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2426

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)


2426
2427
2428
2429
2430
2431
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 2426

class StartOutpostDecommissionInput < Struct.new(
  :outpost_identifier,
  :validate_only)
  SENSITIVE = []
  include Aws::Structure
end