Class: Aws::Glue::Types::GetJobRunsRequest

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_nameString

The name of the job definition for which to retrieve all job runs.

Returns:

  • (String)


10200
10201
10202
10203
10204
10205
10206
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10200

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

#max_resultsInteger

The maximum size of the response.

Returns:

  • (Integer)


10200
10201
10202
10203
10204
10205
10206
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10200

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

#next_tokenString

A continuation token, if this is a continuation call.

Returns:

  • (String)


10200
10201
10202
10203
10204
10205
10206
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10200

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