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

DescribeHomeRegionControlsResult

import type { DescribeHomeRegionControlsResult } from "https://aws-api.deno.dev/v0.3/services/migrationhubconfig.ts?docs=full";
interface DescribeHomeRegionControlsResult {
HomeRegionControls?: HomeRegionControl[] | null;
NextToken?: string | null;
}

§Properties

§
HomeRegionControls?: HomeRegionControl[] | null
[src]

An array that contains your HomeRegionControl objects.

§
NextToken?: string | null
[src]

If a NextToken was returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token in NextToken.