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>)


15115
15116
15117
15118
15119
15120
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15115

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)


15115
15116
15117
15118
15119
15120
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15115

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