ListAttributesResponseCopyimport type { ListAttributesResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";interface ListAttributesResponse {attributes?: Attribute[] | null;nextToken?: string | null;}§Properties§attributes?: Attribute[] | null[src]§nextToken?: string | null[src]