Class: Aws::Types::ListJobRunsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListJobRunsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_after ⇒ ::Time
Returns the value of attribute created_after.
-
#created_before ⇒ ::Time
Returns the value of attribute created_before.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#states ⇒ ::Array[("PENDING" | "SUBMITTED" | "RUNNING" | "FAILED" | "CANCELLED" | "CANCEL_PENDING" | "COMPLETED")]
Returns the value of attribute states.
-
#virtual_cluster_id ⇒ ::String
Returns the value of attribute virtual_cluster_id.
Instance Attribute Details
#created_after ⇒ ::Time
Returns the value of attribute created_after.
404 405 406 |
# File 'sig/types.rbs', line 404 def created_after @created_after end |
#created_before ⇒ ::Time
Returns the value of attribute created_before.
403 404 405 |
# File 'sig/types.rbs', line 403 def created_before @created_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
407 408 409 |
# File 'sig/types.rbs', line 407 def max_results @max_results end |
#name ⇒ ::String
Returns the value of attribute name.
405 406 407 |
# File 'sig/types.rbs', line 405 def name @name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
408 409 410 |
# File 'sig/types.rbs', line 408 def next_token @next_token end |
#states ⇒ ::Array[("PENDING" | "SUBMITTED" | "RUNNING" | "FAILED" | "CANCELLED" | "CANCEL_PENDING" | "COMPLETED")]
Returns the value of attribute states.
406 407 408 |
# File 'sig/types.rbs', line 406 def states @states end |
#virtual_cluster_id ⇒ ::String
Returns the value of attribute virtual_cluster_id.
402 403 404 |
# File 'sig/types.rbs', line 402 def virtual_cluster_id @virtual_cluster_id end |