Class: Aws::ChimeSDKMeetings::Types::Meeting

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

Instance Attribute Details

#external_meeting_idString

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.

Returns:

  • (String)


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_placementTypes::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_regionString

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`.

Returns:

  • (String)


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_arnString

The ARN of the meeting.

Returns:

  • (String)


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_featuresTypes::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_idString

Reserved.

Returns:

  • (String)


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_idString

The Amazon Chime SDK meeting ID.

Returns:

  • (String)


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_idString

When specified, replicates the media from the primary meeting to this meeting.

Returns:

  • (String)


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_idsArray<String>

Array of strings.

Returns:

  • (Array<String>)


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