Class: Aws::Types::ListJobsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#array_job_id::String

Returns the value of attribute array_job_id.

Returns:

  • (::String)


1124
1125
1126
# File 'sig/types.rbs', line 1124

def array_job_id
  @array_job_id
end

#filters::Array[Types::KeyValuesPair]

Returns the value of attribute filters.

Returns:



1129
1130
1131
# File 'sig/types.rbs', line 1129

def filters
  @filters
end

#job_queue::String

Returns the value of attribute job_queue.

Returns:

  • (::String)


1123
1124
1125
# File 'sig/types.rbs', line 1123

def job_queue
  @job_queue
end

#job_status"SUBMITTED", ...

Returns the value of attribute job_status.

Returns:

  • ("SUBMITTED", "PENDING", "RUNNABLE", "STARTING", "RUNNING", "SUCCEEDED", "FAILED")


1126
1127
1128
# File 'sig/types.rbs', line 1126

def job_status
  @job_status
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1127
1128
1129
# File 'sig/types.rbs', line 1127

def max_results
  @max_results
end

#multi_node_job_id::String

Returns the value of attribute multi_node_job_id.

Returns:

  • (::String)


1125
1126
1127
# File 'sig/types.rbs', line 1125

def multi_node_job_id
  @multi_node_job_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1128
1129
1130
# File 'sig/types.rbs', line 1128

def next_token
  @next_token
end