Class: Aws::Types::ListBatchJobExecutionsRequest

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)


716
717
718
# File 'sig/types.rbs', line 716

def application_id
  @application_id
end

#execution_ids::Array[::String]

Returns the value of attribute execution_ids.

Returns:

  • (::Array[::String])


717
718
719
# File 'sig/types.rbs', line 717

def execution_ids
  @execution_ids
end

#job_name::String

Returns the value of attribute job_name.

Returns:

  • (::String)


718
719
720
# File 'sig/types.rbs', line 718

def job_name
  @job_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


719
720
721
# File 'sig/types.rbs', line 719

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


720
721
722
# File 'sig/types.rbs', line 720

def next_token
  @next_token
end

#started_after::Time

Returns the value of attribute started_after.

Returns:

  • (::Time)


721
722
723
# File 'sig/types.rbs', line 721

def started_after
  @started_after
end

#started_before::Time

Returns the value of attribute started_before.

Returns:

  • (::Time)


722
723
724
# File 'sig/types.rbs', line 722

def started_before
  @started_before
end

#status"Submitting", ...

Returns the value of attribute status.

Returns:

  • ("Submitting", "Holding", "Dispatching", "Running", "Cancelling", "Cancelled", "Succeeded", "Failed", "Purged", "Succeeded With Warning")


723
724
725
# File 'sig/types.rbs', line 723

def status
  @status
end