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

ListCellsResponse

import type { ListCellsResponse } from "https://aws-api.deno.dev/v0.3/services/route53recoveryreadiness.ts?docs=full";
interface ListCellsResponse {
Cells?: CellOutput[] | null;
NextToken?: string | null;
}

§Properties

§
Cells?: CellOutput[] | null
[src]

A list of Cells

§
NextToken?: string | null
[src]

A token that can be used to resume pagination from the end of the collection.