Class: Aws::Chime::Types::TagAttendeeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::TagAttendeeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attendee_id ⇒ String
The Amazon Chime SDK attendee ID.
-
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
-
#tags ⇒ Array<Types::Tag>
The tag key-value pairs.
Instance Attribute Details
#attendee_id ⇒ String
The Amazon Chime SDK attendee ID.
7934 7935 7936 7937 7938 7939 7940 |
# File 'lib/aws-sdk-chime/types.rb', line 7934 class TagAttendeeRequest < Struct.new( :meeting_id, :attendee_id, :tags) SENSITIVE = [] include Aws::Structure end |
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
7934 7935 7936 7937 7938 7939 7940 |
# File 'lib/aws-sdk-chime/types.rb', line 7934 class TagAttendeeRequest < Struct.new( :meeting_id, :attendee_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tag key-value pairs.
7934 7935 7936 7937 7938 7939 7940 |
# File 'lib/aws-sdk-chime/types.rb', line 7934 class TagAttendeeRequest < Struct.new( :meeting_id, :attendee_id, :tags) SENSITIVE = [] include Aws::Structure end |