Class: Aws::Types::TestExecutionSortBy
- Inherits:
-
Object
- Object
- Aws::Types::TestExecutionSortBy
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute ⇒ "TestSetName", "CreationDateTime"
Returns the value of attribute attribute.
-
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
Instance Attribute Details
#attribute ⇒ "TestSetName", "CreationDateTime"
Returns the value of attribute attribute.
3331 3332 3333 |
# File 'sig/types.rbs', line 3331 def attribute @attribute end |
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
3332 3333 3334 |
# File 'sig/types.rbs', line 3332 def order @order end |