Class: Aws::Types::ListRunsInBatchRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRunsInBatchRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batch_id ⇒ ::String
Returns the value of attribute batch_id.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#run_id ⇒ ::String
Returns the value of attribute run_id.
-
#run_setting_id ⇒ ::String
Returns the value of attribute run_setting_id.
-
#starting_token ⇒ ::String
Returns the value of attribute starting_token.
-
#submission_status ⇒ "SUCCESS", ...
Returns the value of attribute submission_status.
Instance Attribute Details
#batch_id ⇒ ::String
Returns the value of attribute batch_id.
1627 1628 1629 |
# File 'sig/types.rbs', line 1627 def batch_id @batch_id end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
1628 1629 1630 |
# File 'sig/types.rbs', line 1628 def max_items @max_items end |
#run_id ⇒ ::String
Returns the value of attribute run_id.
1632 1633 1634 |
# File 'sig/types.rbs', line 1632 def run_id @run_id end |
#run_setting_id ⇒ ::String
Returns the value of attribute run_setting_id.
1631 1632 1633 |
# File 'sig/types.rbs', line 1631 def run_setting_id @run_setting_id end |
#starting_token ⇒ ::String
Returns the value of attribute starting_token.
1629 1630 1631 |
# File 'sig/types.rbs', line 1629 def starting_token @starting_token end |
#submission_status ⇒ "SUCCESS", ...
Returns the value of attribute submission_status.
1630 1631 1632 |
# File 'sig/types.rbs', line 1630 def submission_status @submission_status end |