Class: Aws::Types::Sort
- Inherits:
-
Object
- Object
- Aws::Types::Sort
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_id ⇒ ::String
Returns the value of attribute field_id.
-
#sort_order ⇒ "Asc", "Desc"
Returns the value of attribute sort_order.
Instance Attribute Details
#field_id ⇒ ::String
Returns the value of attribute field_id.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def field_id @field_id end |
#sort_order ⇒ "Asc", "Desc"
Returns the value of attribute sort_order.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def sort_order @sort_order end |