Class: Aws::Types::ListJobRunsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Integer)


403
404
405
# File 'sig/types.rbs', line 403

def max_results
  @max_results
end

#mode ⇒ "BATCH", "STREAMING"

Returns the value of attribute mode.

Returns:

  • ("BATCH", "STREAMING")


407
408
409
# File 'sig/types.rbs', line 407

def mode
  @mode
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("SUBMITTED" | "PENDING" | "SCHEDULED" | "RUNNING" | "SUCCESS" | "FAILED" | "CANCELLING" | "CANCELLED" | "QUEUED")])


406
407
408
# File 'sig/types.rbs', line 406

def states
  @states
end