Class: Aws::Types::AnalyticsUtteranceMetricResult
- Inherits:
-
Object
- Object
- Aws::Types::AnalyticsUtteranceMetricResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "Count", ...
Returns the value of attribute name.
-
#statistic ⇒ "Sum", ...
Returns the value of attribute statistic.
-
#value ⇒ ::Float
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ "Count", ...
Returns the value of attribute name.
246 247 248 |
# File 'sig/types.rbs', line 246 def name @name end |
#statistic ⇒ "Sum", ...
Returns the value of attribute statistic.
247 248 249 |
# File 'sig/types.rbs', line 247 def statistic @statistic end |
#value ⇒ ::Float
Returns the value of attribute value.
248 249 250 |
# File 'sig/types.rbs', line 248 def value @value end |