Class: Aws::ChimeSDKMeetings::Types::AttendeeFeatures
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::AttendeeFeatures
- Defined in:
- gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb
Overview
Lists the maximum number of attendees allowed into the meeting.
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.
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.
180 181 182 183 184 |
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 180 class AttendeeFeatures < Struct.new( :max_count) SENSITIVE = [] include Aws::Structure end |