Class: Aws::Types::OrderBy
- Inherits:
-
Object
- Object
- Aws::Types::OrderBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dimension ⇒ "SavingsValue", "SavingsValueAfterDiscount"
Returns the value of attribute dimension.
-
#order ⇒ "Asc", "Desc"
Returns the value of attribute order.
Instance Attribute Details
#dimension ⇒ "SavingsValue", "SavingsValueAfterDiscount"
Returns the value of attribute dimension.
984 985 986 |
# File 'sig/types.rbs', line 984 def dimension @dimension end |
#order ⇒ "Asc", "Desc"
Returns the value of attribute order.
985 986 987 |
# File 'sig/types.rbs', line 985 def order @order end |