Class: Aws::ChimeSDKMeetings::Types::AttendeeFeatures
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::AttendeeFeatures
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
Lists the maximum number of attendees allowed into the meeting.
<note markdown=“1”> If you specify ‘FHD` for `MeetingFeatures:Video:MaxResolution`, or if you specify `UHD` for `MeetingFeatures:Content:MaxResolution`, the maximum number of attendees changes from the default of `250` to `25`.
</note>
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_count ⇒ Integer
The maximum number of attendees allowed into the meeting.
Instance Attribute Details
#max_count ⇒ Integer
The maximum number of attendees allowed into the meeting.
165 166 167 168 169 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 165 class AttendeeFeatures < Struct.new( :max_count) SENSITIVE = [] include Aws::Structure end |