Class: Aws::Types::SortCriteria
- Inherits:
-
Object
- Object
- Aws::Types::SortCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field ⇒ "SEVERITY", ...
Returns the value of attribute field.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
Instance Attribute Details
#field ⇒ "SEVERITY", ...
Returns the value of attribute field.
420 421 422 |
# File 'sig/types.rbs', line 420 def field @field end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
421 422 423 |
# File 'sig/types.rbs', line 421 def sort_order @sort_order end |