Class: Aws::ChimeSDKMeetings::Types::Meeting
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::Meeting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
A meeting created using the Amazon Chime SDK.
Constant Summary collapse
- SENSITIVE =
[:meeting_host_id, :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_arn ⇒ String
The ARN of the meeting.
-
#meeting_features ⇒ Types::MeetingFeaturesConfiguration
The features available to a meeting, such as echo reduction.
-
#meeting_host_id ⇒ String
Reserved.
-
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
-
#primary_meeting_id ⇒ String
When specified, replicates the media from the primary meeting to this meeting.
-
#tenant_ids ⇒ Array<String>
Array of strings.
Instance Attribute Details
#external_meeting_id ⇒ String
The external meeting ID.
Pattern: ‘[-_&@+=,(){}[]/«».:|’“#a-zA-Z0-9À-ÿs]*‘
Values that begin with ‘aws:` are reserved. You can’t configure a value that uses this prefix. Case insensitive.
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1295 class Meeting < Struct.new( :meeting_id, :meeting_host_id, :external_meeting_id, :media_region, :media_placement, :meeting_features, :primary_meeting_id, :tenant_ids, :meeting_arn) SENSITIVE = [:meeting_host_id, :external_meeting_id] include Aws::Structure end |
#media_placement ⇒ Types::MediaPlacement
The media placement for the meeting.
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1295 class Meeting < Struct.new( :meeting_id, :meeting_host_id, :external_meeting_id, :media_region, :media_placement, :meeting_features, :primary_meeting_id, :tenant_ids, :meeting_arn) SENSITIVE = [:meeting_host_id, :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`.
Available values in Amazon Web Services GovCloud (US) Regions: ‘us-gov-east-1`, `us-gov-west-1`.
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1295 class Meeting < Struct.new( :meeting_id, :meeting_host_id, :external_meeting_id, :media_region, :media_placement, :meeting_features, :primary_meeting_id, :tenant_ids, :meeting_arn) SENSITIVE = [:meeting_host_id, :external_meeting_id] include Aws::Structure end |
#meeting_arn ⇒ String
The ARN of the meeting.
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1295 class Meeting < Struct.new( :meeting_id, :meeting_host_id, :external_meeting_id, :media_region, :media_placement, :meeting_features, :primary_meeting_id, :tenant_ids, :meeting_arn) SENSITIVE = [:meeting_host_id, :external_meeting_id] include Aws::Structure end |
#meeting_features ⇒ Types::MeetingFeaturesConfiguration
The features available to a meeting, such as echo reduction.
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1295 class Meeting < Struct.new( :meeting_id, :meeting_host_id, :external_meeting_id, :media_region, :media_placement, :meeting_features, :primary_meeting_id, :tenant_ids, :meeting_arn) SENSITIVE = [:meeting_host_id, :external_meeting_id] include Aws::Structure end |
#meeting_host_id ⇒ String
Reserved.
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1295 class Meeting < Struct.new( :meeting_id, :meeting_host_id, :external_meeting_id, :media_region, :media_placement, :meeting_features, :primary_meeting_id, :tenant_ids, :meeting_arn) SENSITIVE = [:meeting_host_id, :external_meeting_id] include Aws::Structure end |
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1295 class Meeting < Struct.new( :meeting_id, :meeting_host_id, :external_meeting_id, :media_region, :media_placement, :meeting_features, :primary_meeting_id, :tenant_ids, :meeting_arn) SENSITIVE = [:meeting_host_id, :external_meeting_id] include Aws::Structure end |
#primary_meeting_id ⇒ String
When specified, replicates the media from the primary meeting to this meeting.
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1295 class Meeting < Struct.new( :meeting_id, :meeting_host_id, :external_meeting_id, :media_region, :media_placement, :meeting_features, :primary_meeting_id, :tenant_ids, :meeting_arn) SENSITIVE = [:meeting_host_id, :external_meeting_id] include Aws::Structure end |
#tenant_ids ⇒ Array<String>
Array of strings.
1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1295 class Meeting < Struct.new( :meeting_id, :meeting_host_id, :external_meeting_id, :media_region, :media_placement, :meeting_features, :primary_meeting_id, :tenant_ids, :meeting_arn) SENSITIVE = [:meeting_host_id, :external_meeting_id] include Aws::Structure end |