Class: Aws::Scheduler::Types::ListSchedulesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::ListSchedulesOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-scheduler/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Indicates whether there are additional results to retrieve.
-
#schedules ⇒ Array<Types::ScheduleSummary>
The schedules that match the specified criteria.
Instance Attribute Details
#next_token ⇒ String
Indicates whether there are additional results to retrieve. If the value is null, there are no more results.
814 815 816 817 818 819 |
# File 'lib/aws-sdk-scheduler/types.rb', line 814 class ListSchedulesOutput < Struct.new( :next_token, :schedules) SENSITIVE = [] include Aws::Structure end |
#schedules ⇒ Array<Types::ScheduleSummary>
The schedules that match the specified criteria.
814 815 816 817 818 819 |
# File 'lib/aws-sdk-scheduler/types.rb', line 814 class ListSchedulesOutput < Struct.new( :next_token, :schedules) SENSITIVE = [] include Aws::Structure end |