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

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

Instance Attribute Details

#attendeeTypes::Attendee

The attendee information, including attendee ID and join token.

Returns:



1874
1875
1876
1877
1878
1879
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1874

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

#meetingTypes::Meeting

A meeting created using the Amazon Chime SDK.

Returns:



1874
1875
1876
1877
1878
1879
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1874

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