Class: Aws::Types::AggregatedUtterancesSortBy
- Inherits:
-
Object
- Object
- Aws::Types::AggregatedUtterancesSortBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "HitCount", "MissedCount"
Returns the value of attribute attribute.
-
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
Instance Attribute Details
#attribute ⇒ "HitCount", "MissedCount"
Returns the value of attribute attribute.
43 44 45 |
# File 'sig/types.rbs', line 43 def attribute @attribute end |
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
44 45 46 |
# File 'sig/types.rbs', line 44 def order @order end |