Class: Aws::Types::Order
- Inherits:
-
Object
- Object
- Aws::Types::Order
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#column ⇒ ::String
Returns the value of attribute column.
-
#sort_order ⇒ ::Integer
Returns the value of attribute sort_order.
Instance Attribute Details
#column ⇒ ::String
Returns the value of attribute column.
5844 5845 5846 |
# File 'sig/types.rbs', line 5844 def column @column end |
#sort_order ⇒ ::Integer
Returns the value of attribute sort_order.
5845 5846 5847 |
# File 'sig/types.rbs', line 5845 def sort_order @sort_order end |