Class: Aws::GlueDataBrew::Types::ListSchedulesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ListSchedulesResponse
- Defined in:
- gems/aws-sdk-gluedatabrew/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.
3515 3516 3517 3518 3519 3520 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3515 class ListSchedulesResponse < Struct.new( :schedules, :next_token) SENSITIVE = [] include Aws::Structure end |
#schedules ⇒ Array<Types::Schedule>
A list of schedules that are defined.
3515 3516 3517 3518 3519 3520 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 3515 class ListSchedulesResponse < Struct.new( :schedules, :next_token) SENSITIVE = [] include Aws::Structure end |