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

#jobs::Array[Types::JobListDescriptor]

Returns the value of attribute jobs.



1249
1250
1251
# File 'sig/types.rbs', line 1249

def jobs
  @jobs
end

#next_token::String

Returns the value of attribute next_token.



1248
1249
1250
# File 'sig/types.rbs', line 1248

def next_token
  @next_token
end