Class: Aws::ConnectParticipant::Types::ConnectionData
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::ConnectionData
- Defined in:
- gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/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.
204 205 206 207 208 209 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 204 class ConnectionData < Struct.new( :attendee, :meeting) SENSITIVE = [] include Aws::Structure end |
#meeting ⇒ Types::Meeting
A meeting created using the Amazon Chime SDK.
204 205 206 207 208 209 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 204 class ConnectionData < Struct.new( :attendee, :meeting) SENSITIVE = [] include Aws::Structure end |