Class: Aws::Types::ListRunTasksRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRunTasksRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#starting_token ⇒ ::String
Returns the value of attribute starting_token.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1613 1614 1615 |
# File 'sig/types.rbs', line 1613 def id @id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1616 1617 1618 |
# File 'sig/types.rbs', line 1616 def max_results @max_results end |
#starting_token ⇒ ::String
Returns the value of attribute starting_token.
1615 1616 1617 |
# File 'sig/types.rbs', line 1615 def starting_token @starting_token end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1614 1615 1616 |
# File 'sig/types.rbs', line 1614 def status @status end |