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 the connection.
-
#connection_id ⇒ String
The ID of the connection.
Instance Attribute Details
#connection_details ⇒ Types::ConnectionDetails
Information about the connection.
842 843 844 845 846 847 |
# File 'lib/aws-sdk-outposts/types.rb', line 842 class GetConnectionResponse < Struct.new( :connection_id, :connection_details) SENSITIVE = [] include Aws::Structure end |
#connection_id ⇒ String
The ID of the connection.
842 843 844 845 846 847 |
# File 'lib/aws-sdk-outposts/types.rb', line 842 class GetConnectionResponse < Struct.new( :connection_id, :connection_details) SENSITIVE = [] include Aws::Structure end |