Interface GetEditorSessionCommandOutput

The output of GetEditorSessionCommand.

interface GetEditorSessionCommandOutput {
    $metadata: ResponseMetadata;
    editorSession: EditorSession;
}

Hierarchy (View Summary)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

editorSession: EditorSession

The found editor session.