Class: Aws::Glue::Types::ListJobsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_namesArray<String>

The names of all jobs in the account, or the jobs with the specified tags.

Returns:

  • (Array<String>)


15123
15124
15125
15126
15127
15128
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15123

class ListJobsResponse < Struct.new(
  :job_names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, if the returned list does not contain the last metric available.

Returns:

  • (String)


15123
15124
15125
15126
15127
15128
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15123

class ListJobsResponse < Struct.new(
  :job_names,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end