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_details ⇒ Types::ConnectionDetails

Information about the connection.



1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-outposts/types.rb', line 1152

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

#connection_id ⇒ String

The ID of the connection.

Returns:

  • (String)


1152
1153
1154
1155
1156
1157
# File 'lib/aws-sdk-outposts/types.rb', line 1152

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