Class: Aws::Types::QualityMetrics
- Inherits:
-
Object
- Object
- Aws::Types::QualityMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent ⇒ Types::AgentQualityMetrics
Returns the value of attribute agent.
-
#customer ⇒ Types::CustomerQualityMetrics
Returns the value of attribute customer.
Instance Attribute Details
#agent ⇒ Types::AgentQualityMetrics
Returns the value of attribute agent.
6221 6222 6223 |
# File 'sig/types.rbs', line 6221 def agent @agent end |
#customer ⇒ Types::CustomerQualityMetrics
Returns the value of attribute customer.
6222 6223 6224 |
# File 'sig/types.rbs', line 6222 def customer @customer end |