Class: Aws::Connect::Types::AudioFeatures
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AudioFeatures
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Has audio-specific configurations as the operating parameter for Echo Reduction.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#echo_reduction ⇒ String
Makes echo reduction available to clients who connect to the meeting.
Instance Attribute Details
#echo_reduction ⇒ String
Makes echo reduction available to clients who connect to the meeting.
1270 1271 1272 1273 1274 |
# File 'lib/aws-sdk-connect/types.rb', line 1270 class AudioFeatures < Struct.new( :echo_reduction) SENSITIVE = [] include Aws::Structure end |