Interface ListEditorSessionsCommandOutput

interface ListEditorSessionsCommandOutput {
    $metadata: ResponseMetadata;
    editorSessions: EditorSession[];
    nextToken?: string;
}

Hierarchy (View Summary)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

editorSessions: EditorSession[]

List of submissions

nextToken?: string

Token to get the next page of assistants.