Interface ListEditorDocumentJupyterCellOutputsCommandOutput

interface ListEditorDocumentJupyterCellOutputsCommandOutput {
    $metadata: ResponseMetadata;
    nextToken?: string;
    outputs: JupyterOutput[];
}

Hierarchy (View Summary)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

nextToken?: string

Token to get the next page of conversations.

outputs: JupyterOutput[]

The outputs of the requested cell.