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

Class: Aws::Chime::Types::CreateAttendeeRequestItem

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

Overview

Note:

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

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

The Amazon Chime SDK attendee fields to create, used with the BatchCreateAttendee action.

Instance Attribute Summary collapse

Instance Attribute Details

#external_user_idString

The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application. If you create an attendee with the same external user id, the service returns the existing record.

The Amazon Chime SDK external user ID. Links the attendee to an identity managed by a builder application.

Returns:

  • (String)

    The Amazon Chime SDK external user ID.

#tagsArray<Types::Tag>

The tag key-value pairs.

Returns:

  • (Array<Types::Tag>)

    The tag key-value pairs.