Class: Aws::ChimeSDKMeetings::Types::UpdateAttendeeCapabilitiesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::UpdateAttendeeCapabilitiesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attendee_id ⇒ String
The ID of the attendee associated with the update request.
-
#capabilities ⇒ Types::AttendeeCapabilities
The capabilities that you want to update.
-
#meeting_id ⇒ String
The ID of the meeting associated with the update request.
Instance Attribute Details
#attendee_id ⇒ String
The ID of the attendee associated with the update request.
1694 1695 1696 1697 1698 1699 1700 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1694 class UpdateAttendeeCapabilitiesRequest < Struct.new( :meeting_id, :attendee_id, :capabilities) SENSITIVE = [] include Aws::Structure end |
#capabilities ⇒ Types::AttendeeCapabilities
The capabilities that you want to update.
1694 1695 1696 1697 1698 1699 1700 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1694 class UpdateAttendeeCapabilitiesRequest < Struct.new( :meeting_id, :attendee_id, :capabilities) SENSITIVE = [] include Aws::Structure end |
#meeting_id ⇒ String
The ID of the meeting associated with the update request.
1694 1695 1696 1697 1698 1699 1700 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1694 class UpdateAttendeeCapabilitiesRequest < Struct.new( :meeting_id, :attendee_id, :capabilities) SENSITIVE = [] include Aws::Structure end |