Class: Aws::Types::SessionDataSortBy
- Inherits:
-
Object
- Object
- Aws::Types::SessionDataSortBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "ConversationStartTime", ...
Returns the value of attribute name.
-
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
Instance Attribute Details
#name ⇒ "ConversationStartTime", ...
Returns the value of attribute name.
2935 2936 2937 |
# File 'sig/types.rbs', line 2935 def name @name end |
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
2936 2937 2938 |
# File 'sig/types.rbs', line 2936 def order @order end |