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

ListAttributesResponse

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

§Properties

§
attributes?: Attribute[] | null
[src]

A list of attribute objects that meet the criteria of the request.

§
nextToken?: string | null
[src]

The nextToken value to include in a future ListAttributes request. When the results of a ListAttributes 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.