Class: Aws::Outposts::Types::DeleteOutpostInput

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_idString

The ID or ARN of the Outpost.

Returns:

  • (String)


549
550
551
552
553
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 549

class DeleteOutpostInput < Struct.new(
  :outpost_id)
  SENSITIVE = []
  include Aws::Structure
end