Class: Aws::Outposts::Types::GetConnectionRequest

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

#connection_idString

The ID of the connection.

Returns:

  • (String)


718
719
720
721
722
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 718

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