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)


10236
10237
10238
10239
10240
10241
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10236

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)


10236
10237
10238
10239
10240
10241
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10236

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