Class: Aws::Outposts::Types::GetConnectionResponse

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_detailsTypes::ConnectionDetails

Information about the connection.



734
735
736
737
738
739
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 734

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

#connection_idString

The ID of the connection.

Returns:

  • (String)


734
735
736
737
738
739
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 734

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