Class: Aws::Types::ListJobsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListJobsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#array_job_id ⇒ ::String
Returns the value of attribute array_job_id.
-
#filters ⇒ ::Array[Types::KeyValuesPair]
Returns the value of attribute filters.
-
#job_queue ⇒ ::String
Returns the value of attribute job_queue.
-
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#multi_node_job_id ⇒ ::String
Returns the value of attribute multi_node_job_id.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#array_job_id ⇒ ::String
Returns the value of attribute array_job_id.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def array_job_id @array_job_id end |
#filters ⇒ ::Array[Types::KeyValuesPair]
Returns the value of attribute filters.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def filters @filters end |
#job_queue ⇒ ::String
Returns the value of attribute job_queue.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def job_queue @job_queue end |
#job_status ⇒ "SUBMITTED", ...
Returns the value of attribute job_status.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def job_status @job_status end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def max_results @max_results end |
#multi_node_job_id ⇒ ::String
Returns the value of attribute multi_node_job_id.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def multi_node_job_id @multi_node_job_id end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1121 1122 1123 |
# File 'sig/types.rbs', line 1121 def next_token @next_token end |