Class: Aws::ChimeSDKMeetings::Types::AttendeeFeatures

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb

Overview

Lists the maximum number of attendees allowed into the meeting.

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_countInteger

The maximum number of attendees allowed into the meeting.

Returns:

  • (Integer)


165
166
167
168
169
# File 'gems/aws-sdk-chimesdkmeetings/lib/aws-sdk-chimesdkmeetings/types.rb', line 165

class AttendeeFeatures < Struct.new(
  :max_count)
  SENSITIVE = []
  include Aws::Structure
end