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

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

#job_nameString

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

Returns:

  • (String)


12630
12631
12632
12633
12634
12635
12636
# File 'lib/aws-sdk-glue/types.rb', line 12630

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)


12630
12631
12632
12633
12634
12635
12636
# File 'lib/aws-sdk-glue/types.rb', line 12630

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)


12630
12631
12632
12633
12634
12635
12636
# File 'lib/aws-sdk-glue/types.rb', line 12630

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