Class: Aws::ChimeSDKMeetings::Types::MeetingFeaturesConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMeetings::Types::MeetingFeaturesConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmeetings/types.rb
Overview
The configuration settings of the features available to a meeting.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attendee ⇒ Types::AttendeeFeatures
The configuration settings for the attendee features available to a meeting.
-
#audio ⇒ Types::AudioFeatures
The configuration settings for the audio features available to a meeting.
-
#content ⇒ Types::ContentFeatures
The configuration settings for the content features available to a meeting.
-
#video ⇒ Types::VideoFeatures
The configuration settings for the video features available to a meeting.
Instance Attribute Details
#attendee ⇒ Types::AttendeeFeatures
The configuration settings for the attendee features available to a meeting.
1333 1334 1335 1336 1337 1338 1339 1340 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1333 class MeetingFeaturesConfiguration < Struct.new( :audio, :video, :content, :attendee) SENSITIVE = [] include Aws::Structure end |
#audio ⇒ Types::AudioFeatures
The configuration settings for the audio features available to a meeting.
1333 1334 1335 1336 1337 1338 1339 1340 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1333 class MeetingFeaturesConfiguration < Struct.new( :audio, :video, :content, :attendee) SENSITIVE = [] include Aws::Structure end |
#content ⇒ Types::ContentFeatures
The configuration settings for the content features available to a meeting.
1333 1334 1335 1336 1337 1338 1339 1340 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1333 class MeetingFeaturesConfiguration < Struct.new( :audio, :video, :content, :attendee) SENSITIVE = [] include Aws::Structure end |
#video ⇒ Types::VideoFeatures
The configuration settings for the video features available to a meeting.
1333 1334 1335 1336 1337 1338 1339 1340 |
# File 'lib/aws-sdk-chimesdkmeetings/types.rb', line 1333 class MeetingFeaturesConfiguration < Struct.new( :audio, :video, :content, :attendee) SENSITIVE = [] include Aws::Structure end |