Class: Aws::Types::OrderBy
- Inherits:
-
Object
- Object
- Aws::Types::OrderBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
-
#property_name ⇒ ::String
Returns the value of attribute property_name.
Instance Attribute Details
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
908 909 910 |
# File 'sig/types.rbs', line 908 def order @order end |
#property_name ⇒ ::String
Returns the value of attribute property_name.
909 910 911 |
# File 'sig/types.rbs', line 909 def property_name @property_name end |