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

DescribeScheduledInstancesResult

import type { DescribeScheduledInstancesResult } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Contains the output of DescribeScheduledInstances.

interface DescribeScheduledInstancesResult {
NextToken?: string | null;
ScheduledInstanceSet: ScheduledInstance[];
}

§Properties

§
NextToken?: string | null
[src]

The token required to retrieve the next set of results. This value is null when there are no more results to return.

§
ScheduledInstanceSet: ScheduledInstance[]
[src]

Information about the Scheduled Instances.