Class: Aws::Types::UtteranceDataSortBy
- Inherits:
-
Object
- Object
- Aws::Types::UtteranceDataSortBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "UtteranceTimestamp"
Returns the value of attribute name.
-
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
Instance Attribute Details
#name ⇒ "UtteranceTimestamp"
Returns the value of attribute name.
3852 3853 3854 |
# File 'sig/types.rbs', line 3852 def name @name end |
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
3853 3854 3855 |
# File 'sig/types.rbs', line 3853 def order @order end |