Class: Aws::GlueDataBrew::Types::ListJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ListJobsResponse
- Defined in:
- gems/aws-sdk-gluedatabrew/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.
3262 3263 3264 3265 3266 3267 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3262 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.
3262 3263 3264 3265 3266 3267 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3262 class ListJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |