Class: Aws::GlueDataBrew::Types::ListSchedulesRequest

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

#job_nameString

The name of the job that these schedules apply to.

Returns:

  • (String)


2708
2709
2710
2711
2712
2713
2714
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2708

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

#max_resultsInteger

The maximum number of results to return in this request.

Returns:

  • (Integer)


2708
2709
2710
2711
2712
2713
2714
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2708

class ListSchedulesRequest < Struct.new(
  :job_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)


2708
2709
2710
2711
2712
2713
2714
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 2708

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