Class: Aws::Types::DescribeJobFlowsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeJobFlowsInput
- 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.
-
#job_flow_ids ⇒ ::Array[::String]
Returns the value of attribute job_flow_ids.
-
#job_flow_states ⇒ ::Array[("STARTING" | "BOOTSTRAPPING" | "RUNNING" | "WAITING" | "SHUTTING_DOWN" | "TERMINATED" | "COMPLETED" | "FAILED")]
Returns the value of attribute job_flow_states.
Instance Attribute Details
#created_after ⇒ ::Time
Returns the value of attribute created_after.
362 363 364 |
# File 'sig/types.rbs', line 362 def created_after @created_after end |
#created_before ⇒ ::Time
Returns the value of attribute created_before.
363 364 365 |
# File 'sig/types.rbs', line 363 def created_before @created_before end |
#job_flow_ids ⇒ ::Array[::String]
Returns the value of attribute job_flow_ids.
364 365 366 |
# File 'sig/types.rbs', line 364 def job_flow_ids @job_flow_ids end |
#job_flow_states ⇒ ::Array[("STARTING" | "BOOTSTRAPPING" | "RUNNING" | "WAITING" | "SHUTTING_DOWN" | "TERMINATED" | "COMPLETED" | "FAILED")]
Returns the value of attribute job_flow_states.
365 366 367 |
# File 'sig/types.rbs', line 365 def job_flow_states @job_flow_states end |