Class: Aws::ChimeSDKMeetings::Types::CreateAttendeeRequestItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/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

#capabilitiesTypes::AttendeeCapabilities

A list of one or more capabilities.



375
376
377
378
379
380
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 375

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

#external_user_idString

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

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.

Returns:

  • (String)


375
376
377
378
379
380
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 375

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