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
5063 5064 5065 5066 5067 |
# File 'lib/aws-sdk-connect/types.rb', line 5063 class CustomerQualityMetrics < Struct.new( :audio) SENSITIVE = [] include Aws::Structure end |