The output of StartStreamProcessorCommand.

interface StartStreamProcessorCommandOutput {
    $metadata: ResponseMetadata;
    SessionId?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

SessionId?: string

A unique identifier for the stream processing session.