Class: Aws::Types::GetJobRunsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_runs::Array[Types::JobRun]

Returns the value of attribute job_runs.

Returns:



3760
3761
3762
# File 'sig/types.rbs', line 3760

def job_runs
  @job_runs
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3761
3762
3763
# File 'sig/types.rbs', line 3761

def next_token
  @next_token
end