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.4/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]

The token that identifies which batch of results you want to see.