Class: Aws::Types::ContactMetricResult
- Inherits:
-
Object
- Object
- Aws::Types::ContactMetricResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "ESTIMATED_WAIT_TIME", "POSITION_IN_QUEUE"
Returns the value of attribute name.
-
#value ⇒ Types::ContactMetricValue
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ "ESTIMATED_WAIT_TIME", "POSITION_IN_QUEUE"
Returns the value of attribute name.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def name @name end |
#value ⇒ Types::ContactMetricValue
Returns the value of attribute value.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def value @value end |