Class: Aws::Types::SortProperty
- Inherits:
-
Object
- Object
- Aws::Types::SortProperty
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#direction ⇒ "ASC", "DESC"
Returns the value of attribute direction.
-
#field ⇒ ::String
Returns the value of attribute field.
Instance Attribute Details
#direction ⇒ "ASC", "DESC"
Returns the value of attribute direction.
818 819 820 |
# File 'sig/types.rbs', line 818 def direction @direction end |
#field ⇒ ::String
Returns the value of attribute field.
817 818 819 |
# File 'sig/types.rbs', line 817 def field @field end |