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.
      1484 1485 1486 1487 1488  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 1484 class AudioFeatures < Struct.new( :echo_reduction) SENSITIVE = [] include Aws::Structure end  |