Class: Aws::Types::ListJobsResult

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#job_summaries::Array[Types::JobSummary]

Returns the value of attribute job_summaries.



546
547
548
# File 'sig/types.rbs', line 546

def job_summaries
  @job_summaries
end

#next_token::String

Returns the value of attribute next_token.



547
548
549
# File 'sig/types.rbs', line 547

def next_token
  @next_token
end