Class: Aws::Connect::Types::CustomerQualityMetrics
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::CustomerQualityMetrics
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about the quality of the Customer’s media connection
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #audio  ⇒ Types::AudioQualityMetricsInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the audio quality of the Customer.
 
Instance Attribute Details
#audio ⇒ Types::AudioQualityMetricsInfo
Information about the audio quality of the Customer
      5753 5754 5755 5756 5757  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 5753 class CustomerQualityMetrics < Struct.new( :audio) SENSITIVE = [] include Aws::Structure end  |