Class: Aws::Connect::Types::ConnectionData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ConnectionData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Information required to join the call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attendee ⇒ Types::Attendee
The attendee information, including attendee ID and join token.
-
#meeting ⇒ Types::Meeting
A meeting created using the Amazon Chime SDK.
Instance Attribute Details
#attendee ⇒ Types::Attendee
The attendee information, including attendee ID and join token.
2164 2165 2166 2167 2168 2169 |
# File 'lib/aws-sdk-connect/types.rb', line 2164 class ConnectionData < Struct.new( :attendee, :meeting) SENSITIVE = [] include Aws::Structure end |
#meeting ⇒ Types::Meeting
A meeting created using the Amazon Chime SDK.
2164 2165 2166 2167 2168 2169 |
# File 'lib/aws-sdk-connect/types.rb', line 2164 class ConnectionData < Struct.new( :attendee, :meeting) SENSITIVE = [] include Aws::Structure end |