Class: Aws::Glue::Types::GetJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetJobsResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#jobs ⇒ Array<Types::Job>
A list of job definitions.
-
#next_token ⇒ String
A continuation token, if not all job definitions have yet been returned.
Instance Attribute Details
#jobs ⇒ Array<Types::Job>
A list of job definitions.
12660 12661 12662 12663 12664 12665 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12660 class GetJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if not all job definitions have yet been returned.
12660 12661 12662 12663 12664 12665 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12660 class GetJobsResponse < Struct.new( :jobs, :next_token) SENSITIVE = [] include Aws::Structure end |