Class: Aws::Glue::Types::ListJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListJobsResponse
- Defined in:
- gems/aws-sdk-glue/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.
14959 14960 14961 14962 14963 14964 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14959 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.
14959 14960 14961 14962 14963 14964 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14959 class ListJobsResponse < Struct.new( :job_names, :next_token) SENSITIVE = [] include Aws::Structure end |