Class: Aws::ConnectParticipant::Types::Meeting
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::Meeting
- Defined in:
- gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb
Overview
A meeting created using the Amazon Chime SDK.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#media_placement ⇒ Types::MediaPlacement
The media placement for the meeting.
-
#media_region ⇒ String
The Amazon Web Services Region in which you create the meeting.
-
#meeting_features ⇒ Types::MeetingFeaturesConfiguration
The configuration settings of the features available to a meeting.
-
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
Instance Attribute Details
#media_placement ⇒ Types::MediaPlacement
The media placement for the meeting.
646 647 648 649 650 651 652 653 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 646 class Meeting < Struct.new( :media_region, :media_placement, :meeting_features, :meeting_id) SENSITIVE = [] include Aws::Structure end |
#media_region ⇒ String
The Amazon Web Services Region in which you create the meeting.
646 647 648 649 650 651 652 653 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 646 class Meeting < Struct.new( :media_region, :media_placement, :meeting_features, :meeting_id) SENSITIVE = [] include Aws::Structure end |
#meeting_features ⇒ Types::MeetingFeaturesConfiguration
The configuration settings of the features available to a meeting.
646 647 648 649 650 651 652 653 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 646 class Meeting < Struct.new( :media_region, :media_placement, :meeting_features, :meeting_id) SENSITIVE = [] include Aws::Structure end |
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
646 647 648 649 650 651 652 653 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 646 class Meeting < Struct.new( :media_region, :media_placement, :meeting_features, :meeting_id) SENSITIVE = [] include Aws::Structure end |