Class: Aws::Types::GenerationSortBy
- Inherits:
-
Object
- Object
- Aws::Types::GenerationSortBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "creationStartTime", "lastUpdatedTime"
Returns the value of attribute attribute.
-
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
Instance Attribute Details
#attribute ⇒ "creationStartTime", "lastUpdatedTime"
Returns the value of attribute attribute.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def attribute @attribute end |
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def order @order end |