Class: Aws::Types::IngestionJobSortBy
- Inherits:
-
Object
- Object
- Aws::Types::IngestionJobSortBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "STATUS", "STARTED_AT"
Returns the value of attribute attribute.
-
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
Instance Attribute Details
#attribute ⇒ "STATUS", "STARTED_AT"
Returns the value of attribute attribute.
1526 1527 1528 |
# File 'sig/types.rbs', line 1526 def attribute @attribute end |
#order ⇒ "ASCENDING", "DESCENDING"
Returns the value of attribute order.
1527 1528 1529 |
# File 'sig/types.rbs', line 1527 def order @order end |