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

#created_after::Time

Returns the value of attribute created_after.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::Integer)


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

def max_results
  @max_results
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:

  • (::Array[("PENDING" | "SUBMITTED" | "RUNNING" | "FAILED" | "CANCELLED" | "CANCEL_PENDING" | "COMPLETED")])


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.

Returns:

  • (::String)


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

def virtual_cluster_id
  @virtual_cluster_id
end