Class: Aws::Types::ListJobExecutionsForJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


3255
3256
3257
# File 'sig/types.rbs', line 3255

def job_id
  @job_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3257
3258
3259
# File 'sig/types.rbs', line 3257

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3258
3259
3260
# File 'sig/types.rbs', line 3258

def next_token
  @next_token
end

#status"QUEUED", ...

Returns the value of attribute status.

Returns:

  • ("QUEUED", "IN_PROGRESS", "SUCCEEDED", "FAILED", "TIMED_OUT", "REJECTED", "REMOVED", "CANCELED")


3256
3257
3258
# File 'sig/types.rbs', line 3256

def status
  @status
end