Class: Aws::GlueDataBrew::Types::ListJobRunsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_runsArray<Types::JobRun>

A list of job runs that have occurred for the specified job.

Returns:



2468
2469
2470
2471
2472
2473
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2468

class ListJobRunsResponse < Struct.new(
  :job_runs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that you can use in a subsequent call to retrieve the next set of results.

Returns:

  • (String)


2468
2469
2470
2471
2472
2473
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2468

class ListJobRunsResponse < Struct.new(
  :job_runs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end