Class: Aws::Outposts::Types::GetConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Outposts::Types::GetConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-outposts/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_details ⇒ Types::ConnectionDetails
Information about a connection.
-
#connection_id ⇒ String
The ID of the connection you receive.
Instance Attribute Details
#connection_details ⇒ Types::ConnectionDetails
Information about a connection.
672 673 674 675 676 677 |
# File 'lib/aws-sdk-outposts/types.rb', line 672 class GetConnectionResponse < Struct.new( :connection_id, :connection_details) SENSITIVE = [] include Aws::Structure end |
#connection_id ⇒ String
The ID of the connection you receive.
672 673 674 675 676 677 |
# File 'lib/aws-sdk-outposts/types.rb', line 672 class GetConnectionResponse < Struct.new( :connection_id, :connection_details) SENSITIVE = [] include Aws::Structure end |