Class: Aws::GlueDataBrew::Types::ListJobRunsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ListJobRunsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_runs ⇒ Array<Types::JobRun>
A list of job runs that have occurred for the specified job.
-
#next_token ⇒ String
A token that you can use in a subsequent call to retrieve the next set of results.
Instance Attribute Details
#job_runs ⇒ Array<Types::JobRun>
A list of job runs that have occurred for the specified job.
2468 2469 2470 2471 2472 2473 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2468 class ListJobRunsResponse < Struct.new( :job_runs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that you can use in a subsequent call to retrieve the next set of results.
2468 2469 2470 2471 2472 2473 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2468 class ListJobRunsResponse < Struct.new( :job_runs, :next_token) SENSITIVE = [] include Aws::Structure end |