Class: Aws::Types::ListBatchJobExecutionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListBatchJobExecutionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#execution_ids ⇒ ::Array[::String]
Returns the value of attribute execution_ids.
-
#job_name ⇒ ::String
Returns the value of attribute job_name.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#started_after ⇒ ::Time
Returns the value of attribute started_after.
-
#started_before ⇒ ::Time
Returns the value of attribute started_before.
-
#status ⇒ "Submitting", ...
Returns the value of attribute status.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
716 717 718 |
# File 'sig/types.rbs', line 716 def application_id @application_id end |
#execution_ids ⇒ ::Array[::String]
Returns the value of attribute execution_ids.
717 718 719 |
# File 'sig/types.rbs', line 717 def execution_ids @execution_ids end |
#job_name ⇒ ::String
Returns the value of attribute job_name.
718 719 720 |
# File 'sig/types.rbs', line 718 def job_name @job_name end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
719 720 721 |
# File 'sig/types.rbs', line 719 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
720 721 722 |
# File 'sig/types.rbs', line 720 def next_token @next_token end |
#started_after ⇒ ::Time
Returns the value of attribute started_after.
721 722 723 |
# File 'sig/types.rbs', line 721 def started_after @started_after end |
#started_before ⇒ ::Time
Returns the value of attribute started_before.
722 723 724 |
# File 'sig/types.rbs', line 722 def started_before @started_before end |
#status ⇒ "Submitting", ...
Returns the value of attribute status.
723 724 725 |
# File 'sig/types.rbs', line 723 def status @status end |