Class: Aws::Chime::Types::CreateAttendeeRequestItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateAttendeeRequestItem
- Defined in:
- gems/aws-sdk-chime/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
-
#external_user_id ⇒ String
The Amazon Chime SDK external user ID.
-
#tags ⇒ Array<Types::Tag>
The tag key-value pairs.
Instance Attribute Details
#external_user_id ⇒ String
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.
1750 1751 1752 1753 1754 1755 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1750 class CreateAttendeeRequestItem < Struct.new( :external_user_id, :tags) SENSITIVE = [:external_user_id] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tag key-value pairs.
1750 1751 1752 1753 1754 1755 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1750 class CreateAttendeeRequestItem < Struct.new( :external_user_id, :tags) SENSITIVE = [:external_user_id] include Aws::Structure end |