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.



842
843
844
845
846
847
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 842

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

#connection_idString

The ID of the connection.

Returns:

  • (String)


842
843
844
845
846
847
# File 'gems/aws-sdk-outposts/lib/aws-sdk-outposts/types.rb', line 842

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