Class: Aws::ChimeSDKMeetings::Types::CreateMeetingWithAttendeesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::CreateMeetingWithAttendeesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:client_request_token, :meeting_host_id, :external_meeting_id]
Instance Attribute Summary collapse
-
#attendees ⇒ Array<Types::CreateAttendeeRequestItem>
The attendee information, including attendees’ IDs and join tokens.
-
#client_request_token ⇒ String
The unique identifier for the client request.
-
#external_meeting_id ⇒ String
The external meeting ID.
-
#media_region ⇒ String
The Region in which to create the meeting.
-
#meeting_features ⇒ Types::MeetingFeaturesConfiguration
Lists the audio and video features enabled for a meeting, such as echo reduction.
-
#meeting_host_id ⇒ String
Reserved.
-
#notifications_configuration ⇒ Types::NotificationsConfiguration
The configuration for resource targets to receive notifications when meeting and attendee events occur.
-
#primary_meeting_id ⇒ String
When specified, replicates the media from the primary meeting to the new meeting.
-
#tags ⇒ Array<Types::Tag>
The tags in the request.
-
#tenant_ids ⇒ Array<String>
A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.
Instance Attribute Details
#attendees ⇒ Array<Types::CreateAttendeeRequestItem>
The attendee information, including attendees’ IDs and join tokens.
671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671 class CreateMeetingWithAttendeesRequest < Struct.new( :client_request_token, :media_region, :meeting_host_id, :external_meeting_id, :meeting_features, :notifications_configuration, :attendees, :primary_meeting_id, :tenant_ids, :tags) SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id] include Aws::Structure end |
#client_request_token ⇒ String
The unique identifier for the client request. Use a different token for different meetings.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671 class CreateMeetingWithAttendeesRequest < Struct.new( :client_request_token, :media_region, :meeting_host_id, :external_meeting_id, :meeting_features, :notifications_configuration, :attendees, :primary_meeting_id, :tenant_ids, :tags) SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id] include Aws::Structure end |
#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.
671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671 class CreateMeetingWithAttendeesRequest < Struct.new( :client_request_token, :media_region, :meeting_host_id, :external_meeting_id, :meeting_features, :notifications_configuration, :attendees, :primary_meeting_id, :tenant_ids, :tags) SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id] include Aws::Structure end |
#media_region ⇒ String
The Region in which to 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`.
671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671 class CreateMeetingWithAttendeesRequest < Struct.new( :client_request_token, :media_region, :meeting_host_id, :external_meeting_id, :meeting_features, :notifications_configuration, :attendees, :primary_meeting_id, :tenant_ids, :tags) SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id] include Aws::Structure end |
#meeting_features ⇒ Types::MeetingFeaturesConfiguration
Lists the audio and video features enabled for a meeting, such as echo reduction.
671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671 class CreateMeetingWithAttendeesRequest < Struct.new( :client_request_token, :media_region, :meeting_host_id, :external_meeting_id, :meeting_features, :notifications_configuration, :attendees, :primary_meeting_id, :tenant_ids, :tags) SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id] include Aws::Structure end |
#meeting_host_id ⇒ String
Reserved.
671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671 class CreateMeetingWithAttendeesRequest < Struct.new( :client_request_token, :media_region, :meeting_host_id, :external_meeting_id, :meeting_features, :notifications_configuration, :attendees, :primary_meeting_id, :tenant_ids, :tags) SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id] include Aws::Structure end |
#notifications_configuration ⇒ Types::NotificationsConfiguration
The configuration for resource targets to receive notifications when meeting and attendee events occur.
671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671 class CreateMeetingWithAttendeesRequest < Struct.new( :client_request_token, :media_region, :meeting_host_id, :external_meeting_id, :meeting_features, :notifications_configuration, :attendees, :primary_meeting_id, :tenant_ids, :tags) SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id] include Aws::Structure end |
#primary_meeting_id ⇒ String
When specified, replicates the media from the primary meeting to the new meeting.
671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671 class CreateMeetingWithAttendeesRequest < Struct.new( :client_request_token, :media_region, :meeting_host_id, :external_meeting_id, :meeting_features, :notifications_configuration, :attendees, :primary_meeting_id, :tenant_ids, :tags) SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags in the request.
671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671 class CreateMeetingWithAttendeesRequest < Struct.new( :client_request_token, :media_region, :meeting_host_id, :external_meeting_id, :meeting_features, :notifications_configuration, :attendees, :primary_meeting_id, :tenant_ids, :tags) SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id] include Aws::Structure end |
#tenant_ids ⇒ Array<String>
A consistent and opaque identifier, created and maintained by the builder to represent a segment of their users.
671 672 673 674 675 676 677 678 679 680 681 682 683 684 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 671 class CreateMeetingWithAttendeesRequest < Struct.new( :client_request_token, :media_region, :meeting_host_id, :external_meeting_id, :meeting_features, :notifications_configuration, :attendees, :primary_meeting_id, :tenant_ids, :tags) SENSITIVE = [:client_request_token, :meeting_host_id, :external_meeting_id] include Aws::Structure end |