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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[:external_user_id]

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.

Returns:

  • (String)


1750
1751
1752
1753
1754
1755
# File 'lib/aws-sdk-chime/types.rb', line 1750

class CreateAttendeeRequestItem < Struct.new(
  :external_user_id,
  :tags)
  SENSITIVE = [:external_user_id]
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tag key-value pairs.

Returns:



1750
1751
1752
1753
1754
1755
# File 'lib/aws-sdk-chime/types.rb', line 1750

class CreateAttendeeRequestItem < Struct.new(
  :external_user_id,
  :tags)
  SENSITIVE = [:external_user_id]
  include Aws::Structure
end