Class: Aws::Types::Sort
- Inherits:
-
Object
- Object
- Aws::Types::Sort
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ascending ⇒ Boolean
Returns the value of attribute ascending.
-
#field ⇒ ::String
Returns the value of attribute field.
Instance Attribute Details
#ascending ⇒ Boolean
Returns the value of attribute ascending.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def ascending @ascending end |
#field ⇒ ::String
Returns the value of attribute field.
1275 1276 1277 |
# File 'sig/types.rbs', line 1275 def field @field end |