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.
7768 7769 7770 7771 7772 7773 7774 |
# File 'lib/aws-sdk-chime/types.rb', line 7768 class TagAttendeeRequest < Struct.new( :meeting_id, :attendee_id, :tags) SENSITIVE = [] include Aws::Structure end |
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
7768 7769 7770 7771 7772 7773 7774 |
# File 'lib/aws-sdk-chime/types.rb', line 7768 class TagAttendeeRequest < Struct.new( :meeting_id, :attendee_id, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tag key-value pairs.
7768 7769 7770 7771 7772 7773 7774 |
# File 'lib/aws-sdk-chime/types.rb', line 7768 class TagAttendeeRequest < Struct.new( :meeting_id, :attendee_id, :tags) SENSITIVE = [] include Aws::Structure end |