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)


8388
8389
8390
# File 'sig/types.rbs', line 8388

def next_token
  @next_token
end

#processing_job_summaries::Array[Types::ProcessingJobSummary]

Returns the value of attribute processing_job_summaries.

Returns:



8387
8388
8389
# File 'sig/types.rbs', line 8387

def processing_job_summaries
  @processing_job_summaries
end