The output of DescribeDatasetCommand.

interface DescribeDatasetCommandOutput {
    $metadata: ResponseMetadata;
    DatasetDescription?: DatasetDescription;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

DatasetDescription?: DatasetDescription

The description for the dataset.