Class: Aws::ChimeSDKMeetings::Types::BatchUpdateAttendeeCapabilitiesExceptRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::BatchUpdateAttendeeCapabilitiesExceptRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capabilities ⇒ Types::AttendeeCapabilities
The capabilities (‘audio`, `video`, or `content`) that you want to update.
-
#excluded_attendee_ids ⇒ Array<Types::AttendeeIdItem>
The ‘AttendeeIDs` that you want to exclude from one or more capabilities.
-
#meeting_id ⇒ String
The ID of the meeting associated with the update request.
Instance Attribute Details
#capabilities ⇒ Types::AttendeeCapabilities
The capabilities (‘audio`, `video`, or `content`) that you want to update.
292 293 294 295 296 297 298 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 292 class BatchUpdateAttendeeCapabilitiesExceptRequest < Struct.new( :meeting_id, :excluded_attendee_ids, :capabilities) SENSITIVE = [] include Aws::Structure end |
#excluded_attendee_ids ⇒ Array<Types::AttendeeIdItem>
The ‘AttendeeIDs` that you want to exclude from one or more capabilities.
292 293 294 295 296 297 298 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 292 class BatchUpdateAttendeeCapabilitiesExceptRequest < Struct.new( :meeting_id, :excluded_attendee_ids, :capabilities) SENSITIVE = [] include Aws::Structure end |
#meeting_id ⇒ String
The ID of the meeting associated with the update request.
292 293 294 295 296 297 298 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 292 class BatchUpdateAttendeeCapabilitiesExceptRequest < Struct.new( :meeting_id, :excluded_attendee_ids, :capabilities) SENSITIVE = [] include Aws::Structure end |