Class: Aws::Outposts::Types::GetOutpostInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


879
880
881
882
883
# File 'lib/aws-sdk-outposts/types.rb', line 879

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