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)


3303
3304
3305
3306
3307
3308
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 3303

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)


3303
3304
3305
3306
3307
3308
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 3303

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