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)


8373
8374
8375
# File 'sig/types.rbs', line 8373

def next_token
  @next_token
end

#processing_job_summaries::Array[Types::ProcessingJobSummary]

Returns the value of attribute processing_job_summaries.

Returns:



8372
8373
8374
# File 'sig/types.rbs', line 8372

def processing_job_summaries
  @processing_job_summaries
end