Class: Aws::GlueDataBrew::Types::ListSchedulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ListSchedulesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gluedatabrew/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that you can use in a subsequent call to retrieve the next set of results.
-
#schedules ⇒ Array<Types::Schedule>
A list of schedules that are defined.
Instance Attribute Details
#next_token ⇒ String
A token that you can use in a subsequent call to retrieve the next set of results.
2727 2728 2729 2730 2731 2732 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2727 class ListSchedulesResponse < Struct.new( :schedules, :next_token) SENSITIVE = [] include Aws::Structure end |
#schedules ⇒ Array<Types::Schedule>
A list of schedules that are defined.
2727 2728 2729 2730 2731 2732 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 2727 class ListSchedulesResponse < Struct.new( :schedules, :next_token) SENSITIVE = [] include Aws::Structure end |