Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListScheduleGroupsInput

import type { ListScheduleGroupsInput } from "https://aws-api.deno.dev/v0.4/services/scheduler.ts?docs=full";
interface ListScheduleGroupsInput {
MaxResults?: number | null;
NamePrefix?: string | null;
NextToken?: string | null;
}

§Properties

§
MaxResults?: number | null
[src]

If specified, limits the number of results returned by this operation. The operation also returns a NextToken which you can use in a subsequent operation to retrieve the next set of results.

§
NamePrefix?: string | null
[src]

The name prefix that you can use to return a filtered list of your schedule groups.

§
NextToken?: string | null
[src]

The token returned by a previous call to retrieve the next set of results.