Class: Aws::Connect::Types::Meeting
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::Meeting
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/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.
14456 14457 14458 14459 14460 14461 14462 14463 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14456 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.
14456 14457 14458 14459 14460 14461 14462 14463 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14456 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.
14456 14457 14458 14459 14460 14461 14462 14463 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14456 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.
14456 14457 14458 14459 14460 14461 14462 14463 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 14456 class Meeting < Struct.new( :media_region, :media_placement, :meeting_features, :meeting_id) SENSITIVE = [] include Aws::Structure end |