Class: Aws::Types::ListProcessingJobsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


8435
8436
8437
# File 'sig/types.rbs', line 8435

def next_token
  @next_token
end

#processing_job_summaries::Array[Types::ProcessingJobSummary]

Returns the value of attribute processing_job_summaries.

Returns:



8434
8435
8436
# File 'sig/types.rbs', line 8434

def processing_job_summaries
  @processing_job_summaries
end