Class: Aws::Types::SearchSort
- Inherits:
-
Object
- Object
- Aws::Types::SearchSort
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ ::String
Returns the value of attribute attribute.
-
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
Instance Attribute Details
#attribute ⇒ ::String
Returns the value of attribute attribute.
6934 6935 6936 |
# File 'sig/types.rbs', line 6934 def attribute @attribute end |
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
6935 6936 6937 |
# File 'sig/types.rbs', line 6935 def order @order end |