Class: Aws::Types::OrderByElement
- Inherits:
-
Object
- Object
- Aws::Types::OrderByElement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
Instance Attribute Details
#field_name ⇒ ::String
Returns the value of attribute field_name.
495 496 497 |
# File 'sig/types.rbs', line 495 def field_name @field_name end |
#sort_order ⇒ "ASC", "DESC"
Returns the value of attribute sort_order.
496 497 498 |
# File 'sig/types.rbs', line 496 def sort_order @sort_order end |