Class: Aws::Interconnect::Types::AcceptConnectionProposalResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Interconnect::Types::AcceptConnectionProposalResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-interconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ Types::Connection
The created Connection object.
Instance Attribute Details
#connection ⇒ Types::Connection
The created Connection object.
59 60 61 62 63 |
# File 'lib/aws-sdk-interconnect/types.rb', line 59 class AcceptConnectionProposalResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |