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.
277 278 279 280 281 282 283 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 277 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.
277 278 279 280 281 282 283 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 277 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.
277 278 279 280 281 282 283 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 277 class BatchUpdateAttendeeCapabilitiesExceptRequest < Struct.new( :meeting_id, :excluded_attendee_ids, :capabilities) SENSITIVE = [] include Aws::Structure end |