Class: Aws::Glue::Types::ListJobsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum size of a list to return.



19761
19762
19763
19764
19765
19766
19767
# File 'lib/aws-sdk-glue/types.rb', line 19761

class ListJobsRequest < Struct.new(
  :next_token,
  :max_results,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A continuation token, if this is a continuation request.



19761
19762
19763
19764
19765
19766
19767
# File 'lib/aws-sdk-glue/types.rb', line 19761

class ListJobsRequest < Struct.new(
  :next_token,
  :max_results,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Specifies to return only these tagged resources.



19761
19762
19763
19764
19765
19766
19767
# File 'lib/aws-sdk-glue/types.rb', line 19761

class ListJobsRequest < Struct.new(
  :next_token,
  :max_results,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end