Class: Aws::Chime::Types::Meeting

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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

Instance Attribute Details

#external_meeting_idString

The external meeting ID.

Returns:

  • (String)


6164
6165
6166
6167
6168
6169
6170
6171
# File 'gems/aws-sdk-chime/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_placementTypes::MediaPlacement

The media placement for the meeting.



6164
6165
6166
6167
6168
6169
6170
6171
# File 'gems/aws-sdk-chime/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_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.

Returns:

  • (String)


6164
6165
6166
6167
6168
6169
6170
6171
# File 'gems/aws-sdk-chime/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

#meeting_idString

The Amazon Chime SDK meeting ID.

Returns:

  • (String)


6164
6165
6166
6167
6168
6169
6170
6171
# File 'gems/aws-sdk-chime/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