Class: Aws::Scheduler::Types::ListScheduleGroupsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Scheduler::Types::ListScheduleGroupsOutput
- 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.
-
#schedule_groups ⇒ Array<Types::ScheduleGroupSummary>
The schedule groups 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.
759 760 761 762 763 764 |
# File 'lib/aws-sdk-scheduler/types.rb', line 759 class ListScheduleGroupsOutput < Struct.new( :next_token, :schedule_groups) SENSITIVE = [] include Aws::Structure end |
#schedule_groups ⇒ Array<Types::ScheduleGroupSummary>
The schedule groups that match the specified criteria.
759 760 761 762 763 764 |
# File 'lib/aws-sdk-scheduler/types.rb', line 759 class ListScheduleGroupsOutput < Struct.new( :next_token, :schedule_groups) SENSITIVE = [] include Aws::Structure end |