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

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

#connection_detailsTypes::ConnectionDetails

Information about a connection.



691
692
693
694
695
696
# File 'lib/aws-sdk-outposts/types.rb', line 691

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

#connection_idString

The ID of the connection you receive.

Returns:

  • (String)


691
692
693
694
695
696
# File 'lib/aws-sdk-outposts/types.rb', line 691

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