class Aws::Chime::Types::BatchCreateAttendeeRequest

@note When making an API call, you may pass BatchCreateAttendeeRequest

data as a hash:

    {
      meeting_id: "GuidString", # required
      attendees: [ # required
        {
          external_user_id: "ExternalUserIdType", # required
          tags: [
            {
              key: "TagKey", # required
              value: "TagValue", # required
            },
          ],
        },
      ],
    }

@!attribute [rw] meeting_id

The Amazon Chime SDK meeting ID.
@return [String]

@!attribute [rw] attendees

The request containing the attendees to create.
@return [Array<Types::CreateAttendeeRequestItem>]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/BatchCreateAttendeeRequest AWS API Documentation

Constants

SENSITIVE