Interface PutEditorFileCommandOutput

The output of PutEditorFileCommand.

interface PutEditorFileCommandOutput {
    $metadata: ResponseMetadata;
    file: OutputEditorFile;
}

Hierarchy (View Summary)

Properties

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

The created file data.