Class: Aws::Chime::Types::Meeting
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::Meeting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
A meeting created using the Amazon Chime SDK.
Constant Summary collapse
- SENSITIVE =
[:external_meeting_id]
Instance Attribute Summary collapse
-
#external_meeting_id ⇒ String
The external meeting ID.
-
#media_placement ⇒ Types::MediaPlacement
The media placement for the meeting.
-
#media_region ⇒ String
The Region in which you create the meeting.
-
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
Instance Attribute Details
#external_meeting_id ⇒ String
The external meeting ID.
6164 6165 6166 6167 6168 6169 6170 6171 |
# File 'lib/aws-sdk-chime/types.rb', line 6164 class Meeting < Struct.new( :meeting_id, :external_meeting_id, :media_placement, :media_region) SENSITIVE = [:external_meeting_id] include Aws::Structure end |
#media_placement ⇒ Types::MediaPlacement
The media placement for the meeting.
6164 6165 6166 6167 6168 6169 6170 6171 |
# File 'lib/aws-sdk-chime/types.rb', line 6164 class Meeting < Struct.new( :meeting_id, :external_meeting_id, :media_placement, :media_region) SENSITIVE = [:external_meeting_id] include Aws::Structure end |
#media_region ⇒ String
The Region in which you create the meeting. Available values: ‘af-south-1`, `ap-northeast-1`, `ap-northeast-2`, `ap-south-1`, `ap-southeast-1`, `ap-southeast-2`, `ca-central-1`, `eu-central-1`, `eu-north-1`, `eu-south-1`, `eu-west-1`, `eu-west-2`, `eu-west-3`, `sa-east-1`, `us-east-1`, `us-east-2`, `us-west-1`, `us-west-2`.
6164 6165 6166 6167 6168 6169 6170 6171 |
# File 'lib/aws-sdk-chime/types.rb', line 6164 class Meeting < Struct.new( :meeting_id, :external_meeting_id, :media_placement, :media_region) SENSITIVE = [:external_meeting_id] include Aws::Structure end |