Class: Aws::Connect::Types::MeetingFeaturesConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

The configuration settings of the features available to a meeting.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#audioTypes::AudioFeatures

The configuration settings for the audio features available to a meeting.



12882
12883
12884
12885
12886
# File 'lib/aws-sdk-connect/types.rb', line 12882

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