Class: Aws::Glue::Types::GetJobsRequest

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

#max_resultsInteger

The maximum size of the response.

Returns:

  • (Integer)


10216
10217
10218
10219
10220
10221
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10216

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

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


10216
10217
10218
10219
10220
10221
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10216

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