Class: Aws::GlueDataBrew::Types::ListJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ListJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jobs ⇒ Array<Types::Job>
A list of jobs that are defined.
-
#next_token ⇒ String
A token that you can use in a subsequent call to retrieve the next set of results.
Instance Attribute Details
#jobs ⇒ Array<Types::Job>
A list of jobs that are defined.
2518 2519 2520 2521 2522 2523 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2518 class ListJobsResponse < Struct.new( :jobs, :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.
2518 2519 2520 2521 2522 2523 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2518 class ListJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |