Interface ListAutoTestSnapshotsResponse

interface ListAutoTestSnapshotsResponse {
    nextToken?: string;
    snapshots: AutoTestSnapshotSummary[];
}

Hierarchy (View Summary)

Properties

nextToken?: string

Token to get the next page of snapshots.

The requested snapshots.