Class: Aws::Glue::Types::ListJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_names ⇒ Array<String>
The names of all jobs in the account, or the jobs with the specified tags.
-
#next_token ⇒ String
A continuation token, if the returned list does not contain the last metric available.
Instance Attribute Details
#job_names ⇒ Array<String>
The names of all jobs in the account, or the jobs with the specified tags.
16294 16295 16296 16297 16298 16299 |
# File 'lib/aws-sdk-glue/types.rb', line 16294 class ListJobsResponse < Struct.new( :job_names, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A continuation token, if the returned list does not contain the last metric available.
16294 16295 16296 16297 16298 16299 |
# File 'lib/aws-sdk-glue/types.rb', line 16294 class ListJobsResponse < Struct.new( :job_names, :next_token) SENSITIVE = [] include Aws::Structure end |