Class: Aws::Types::ListJobRunsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListJobRunsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#created_at_after ⇒ ::Time
Returns the value of attribute created_at_after.
-
#created_at_before ⇒ ::Time
Returns the value of attribute created_at_before.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#mode ⇒ "BATCH", "STREAMING"
Returns the value of attribute mode.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#states ⇒ ::Array[("SUBMITTED" | "PENDING" | "SCHEDULED" | "RUNNING" | "SUCCESS" | "FAILED" | "CANCELLING" | "CANCELLED" | "QUEUED")]
Returns the value of attribute states.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
401 402 403 |
# File 'sig/types.rbs', line 401 def application_id @application_id end |
#created_at_after ⇒ ::Time
Returns the value of attribute created_at_after.
404 405 406 |
# File 'sig/types.rbs', line 404 def created_at_after @created_at_after end |
#created_at_before ⇒ ::Time
Returns the value of attribute created_at_before.
405 406 407 |
# File 'sig/types.rbs', line 405 def created_at_before @created_at_before end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
403 404 405 |
# File 'sig/types.rbs', line 403 def max_results @max_results end |
#mode ⇒ "BATCH", "STREAMING"
Returns the value of attribute mode.
407 408 409 |
# File 'sig/types.rbs', line 407 def mode @mode end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
402 403 404 |
# File 'sig/types.rbs', line 402 def next_token @next_token end |
#states ⇒ ::Array[("SUBMITTED" | "PENDING" | "SCHEDULED" | "RUNNING" | "SUCCESS" | "FAILED" | "CANCELLING" | "CANCELLED" | "QUEUED")]
Returns the value of attribute states.
406 407 408 |
# File 'sig/types.rbs', line 406 def states @states end |