Class: Aws::Chime::Types::UntagAttendeeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UntagAttendeeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tag_keys]
Instance Attribute Summary collapse
-
#attendee_id ⇒ String
The Amazon Chime SDK attendee ID.
-
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
-
#tag_keys ⇒ Array<String>
The tag keys.
Instance Attribute Details
#attendee_id ⇒ String
The Amazon Chime SDK attendee ID.
8149 8150 8151 8152 8153 8154 8155 |
# File 'lib/aws-sdk-chime/types.rb', line 8149 class UntagAttendeeRequest < Struct.new( :meeting_id, :attendee_id, :tag_keys) SENSITIVE = [:tag_keys] include Aws::Structure end |
#meeting_id ⇒ String
The Amazon Chime SDK meeting ID.
8149 8150 8151 8152 8153 8154 8155 |
# File 'lib/aws-sdk-chime/types.rb', line 8149 class UntagAttendeeRequest < Struct.new( :meeting_id, :attendee_id, :tag_keys) SENSITIVE = [:tag_keys] include Aws::Structure end |
#tag_keys ⇒ Array<String>
The tag keys.
8149 8150 8151 8152 8153 8154 8155 |
# File 'lib/aws-sdk-chime/types.rb', line 8149 class UntagAttendeeRequest < Struct.new( :meeting_id, :attendee_id, :tag_keys) SENSITIVE = [:tag_keys] include Aws::Structure end |