Interface GetAutoTestSnapshotCommandOutput

interface GetAutoTestSnapshotCommandOutput {
    $metadata: ResponseMetadata;
    snapshot: AutoTestSnapshot;
}

Hierarchy (View Summary)

Properties

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

The requested snapshot.