Interface GetAutoTestPublishedSnapshotCommandOutput

interface GetAutoTestPublishedSnapshotCommandOutput {
    $metadata: ResponseMetadata;
    snapshot: AutoTestPublishedSnapshot;
}

Hierarchy (View Summary)

Properties

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

The published snapshot of this assignment.