Class: Aws::Connect::Types::ConnectionData
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ConnectionData
- Defined in:
- gems/aws-sdk-connect/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.
2274 2275 2276 2277 2278 2279 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2274 class ConnectionData < Struct.new( :attendee, :meeting) SENSITIVE = [] include Aws::Structure end |
#meeting ⇒ Types::Meeting
A meeting created using the Amazon Chime SDK.
2274 2275 2276 2277 2278 2279 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 2274 class ConnectionData < Struct.new( :attendee, :meeting) SENSITIVE = [] include Aws::Structure end |