Class: Aws::Types::DescribeJobFlowsInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_after::Time

Returns the value of attribute created_after.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[("STARTING" | "BOOTSTRAPPING" | "RUNNING" | "WAITING" | "SHUTTING_DOWN" | "TERMINATED" | "COMPLETED" | "FAILED")])


365
366
367
# File 'sig/types.rbs', line 365

def job_flow_states
  @job_flow_states
end