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

ListAccountSettingsResponse

import type { ListAccountSettingsResponse } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
interface ListAccountSettingsResponse {
nextToken?: string | null;
settings?: Setting[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The nextToken value to include in a future ListAccountSettings request. When the results of a ListAccountSettings request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

§
settings?: Setting[] | null
[src]

The account settings for the resource.