Class: Aws::Types::Sort
- Inherits:
-
Object
- Object
- Aws::Types::Sort
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_name ⇒ "INITIATION_TIMESTAMP", ...
Returns the value of attribute field_name.
-
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
Instance Attribute Details
#field_name ⇒ "INITIATION_TIMESTAMP", ...
Returns the value of attribute field_name.
7950 7951 7952 |
# File 'sig/types.rbs', line 7950 def field_name @field_name end |
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
7951 7952 7953 |
# File 'sig/types.rbs', line 7951 def order @order end |