Method: Aws::Scheduler::Client#list_schedule_groups
- Defined in:
- lib/aws-sdk-scheduler/client.rb
permalink #list_schedule_groups(params = {}) ⇒ Types::ListScheduleGroupsOutput
Returns a paginated list of your schedule groups.
The returned response is a pageable response and is Enumerable. For details on usage see PageableResponse.
978 979 980 981 |
# File 'lib/aws-sdk-scheduler/client.rb', line 978 def list_schedule_groups(params = {}, = {}) req = build_request(:list_schedule_groups, params) req.send_request() end |