Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListSegmentReferencesResponse

import type { ListSegmentReferencesResponse } from "https://aws-api.deno.dev/v0.4/services/evidently.ts?docs=full";
interface ListSegmentReferencesResponse {
nextToken?: string | null;
referencedBy?: RefResource[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The token to use in a subsequent ListSegmentReferences operation to return the next set of results.

§
referencedBy?: RefResource[] | null
[src]

An array of structures, where each structure contains information about one experiment or launch that uses this segment.