Class: Aws::GlueDataBrew::Types::ListSchedulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ListSchedulesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_name ⇒ String
The name of the job that these schedules apply to.
-
#max_results ⇒ Integer
The maximum number of results to return in this request.
-
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
Instance Attribute Details
#job_name ⇒ String
The name of the job that these schedules apply to.
2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2708 class ListSchedulesRequest < Struct.new( :job_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return in this request.
2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2708 class ListSchedulesRequest < Struct.new( :job_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token returned by a previous call to retrieve the next set of results.
2708 2709 2710 2711 2712 2713 2714 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2708 class ListSchedulesRequest < Struct.new( :job_name, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |