Class: Aws::Types::SortCriterion
- Inherits:
-
Object
- Object
- Aws::Types::SortCriterion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field ⇒ ::String
Returns the value of attribute field.
-
#sort_order ⇒ "asc", "desc"
Returns the value of attribute sort_order.
Instance Attribute Details
#field ⇒ ::String
Returns the value of attribute field.
7648 7649 7650 |
# File 'sig/types.rbs', line 7648 def field @field end |
#sort_order ⇒ "asc", "desc"
Returns the value of attribute sort_order.
7649 7650 7651 |
# File 'sig/types.rbs', line 7649 def sort_order @sort_order end |