Class: Aws::Interconnect::Types::CreateConnectionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Interconnect::Types::CreateConnectionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-interconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection ⇒ Types::Connection
The resulting Connection.
Instance Attribute Details
#connection ⇒ Types::Connection
The resulting Connection.
403 404 405 406 407 |
# File 'lib/aws-sdk-interconnect/types.rb', line 403 class CreateConnectionResponse < Struct.new( :connection) SENSITIVE = [] include Aws::Structure end |