Class: Aws::Types::ListRunsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRunsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_id ⇒ ::String
Returns the value of attribute batch_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#run_group_id ⇒ ::String
Returns the value of attribute run_group_id.
-
#starting_token ⇒ ::String
Returns the value of attribute starting_token.
-
#status ⇒ "PENDING", ...
Returns the value of attribute status.
Instance Attribute Details
#batch_id ⇒ ::String
Returns the value of attribute batch_id.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def batch_id @batch_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
1643 1644 1645 |
# File 'sig/types.rbs', line 1643 def name @name end |
#run_group_id ⇒ ::String
Returns the value of attribute run_group_id.
1644 1645 1646 |
# File 'sig/types.rbs', line 1644 def run_group_id @run_group_id end |
#starting_token ⇒ ::String
Returns the value of attribute starting_token.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def starting_token @starting_token end |
#status ⇒ "PENDING", ...
Returns the value of attribute status.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def status @status end |