Interface ListAutoTestSnapshotsCommandOutput

interface ListAutoTestSnapshotsCommandOutput {
    $metadata: ResponseMetadata;
    nextToken?: string;
    snapshots: AutoTestSnapshotSummary[];
}

Hierarchy (View Summary)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

nextToken?: string

Token to get the next page of snapshots.

The requested snapshots.