Class: Aws::GlueDataBrew::Types::ListJobRunsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in this request.

Returns:

  • (Integer)


2449
2450
2451
2452
2453
2454
2455
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2449

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

#nameString

The name of the job.

Returns:

  • (String)


2449
2450
2451
2452
2453
2454
2455
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2449

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

#next_tokenString

The token returned by a previous call to retrieve the next set of results.

Returns:

  • (String)


2449
2450
2451
2452
2453
2454
2455
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2449

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