Class: Aws::Types::TestSetSortBy
- Inherits:
-
Object
- Object
- Aws::Types::TestSetSortBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "TestSetName", "LastUpdatedDateTime"
Returns the value of attribute attribute.
-
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
Instance Attribute Details
#attribute ⇒ "TestSetName", "LastUpdatedDateTime"
Returns the value of attribute attribute.
3413 3414 3415 |
# File 'sig/types.rbs', line 3413 def attribute @attribute end |
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
3414 3415 3416 |
# File 'sig/types.rbs', line 3414 def order @order end |