Class: Aws::Connect::Types::ConnectionData

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#attendeeTypes::Attendee

The attendee information, including attendee ID and join token.

Returns:



1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-connect/types.rb', line 1593

class ConnectionData < Struct.new(
  :attendee,
  :meeting)
  SENSITIVE = []
  include Aws::Structure
end

#meetingTypes::Meeting

A meeting created using the Amazon Chime SDK.

Returns:



1593
1594
1595
1596
1597
1598
# File 'lib/aws-sdk-connect/types.rb', line 1593

class ConnectionData < Struct.new(
  :attendee,
  :meeting)
  SENSITIVE = []
  include Aws::Structure
end