Class: Aws::Interconnect::Types::GetConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Interconnect::Types::GetConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-interconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ Types::Connection
The existing Connection resource.
Instance Attribute Details
#connection ⇒ Types::Connection
The existing Connection resource.
571 572 573 574 575 |
# File 'lib/aws-sdk-interconnect/types.rb', line 571 class GetConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |