Class: Aws::Types::ListJobsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_summaries::Array[Types::JobSummary]

Returns the value of attribute job_summaries.

Returns:



7851
7852
7853
# File 'sig/types.rbs', line 7851

def job_summaries
  @job_summaries
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7850
7851
7852
# File 'sig/types.rbs', line 7850

def next_token
  @next_token
end