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

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

Overview

Note:

When making an API call, you may pass GetOutpostInput data as a hash:

{
  outpost_id: "OutpostId", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#outpost_idString

The ID or the Amazon Resource Name (ARN) of the Outpost.

Returns:

  • (String)


581
582
583
584
585
# File 'lib/aws-sdk-outposts/types.rb', line 581

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