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

DescribeScalingPlanResourcesResponse

import type { DescribeScalingPlanResourcesResponse } from "https://aws-api.deno.dev/v0.3/services/autoscalingplans.ts?docs=full";
interface DescribeScalingPlanResourcesResponse {
NextToken?: string | null;
ScalingPlanResources?: ScalingPlanResource[] | null;
}

§Properties

§
NextToken?: string | null
[src]

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

§
ScalingPlanResources?: ScalingPlanResource[] | null
[src]

Information about the scalable resources.