You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::CreateMeetingWithAttendeesRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateMeetingWithAttendeesRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  client_request_token: "ClientRequestToken", # required
  external_meeting_id: "ExternalMeetingIdType",
  meeting_host_id: "ExternalUserIdType",
  media_region: "String",
  tags: [
    {
      key: "TagKey", # required
      value: "TagValue", # required
    },
  ],
  notifications_configuration: {
    sns_topic_arn: "Arn",
    sqs_queue_arn: "Arn",
  },
  attendees: [
    {
      external_user_id: "ExternalUserIdType", # required
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    },
  ],
}

Instance Attribute Summary collapse

Instance Attribute Details

#attendeesArray<Types::CreateAttendeeRequestItem>

The request containing the attendees to create.

Returns:

#client_request_tokenString

The unique identifier for the client request. Use a different token for different meetings.

Returns:

  • (String)

    The unique identifier for the client request.

#external_meeting_idString

The external meeting ID.

Returns:

  • (String)

    The external meeting ID.

#media_regionString

The Region in which to create the meeting. Default: us-east-1.

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)

    The Region in which to create the meeting.

#meeting_host_idString

Reserved.

Returns:

  • (String)

    Reserved.

#notifications_configurationTypes::MeetingNotificationConfiguration

The configuration for resource targets to receive notifications when Amazon Chime SDK meeting and attendee events occur. The Amazon Chime SDK supports resource targets located in the US East (N. Virginia) AWS Region (us-east-1).

Returns:

#tagsArray<Types::Tag>

The tag key-value pairs.

Returns:

  • (Array<Types::Tag>)

    The tag key-value pairs.