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

ListSegmentReferencesRequest

import type { ListSegmentReferencesRequest } from "https://aws-api.deno.dev/v0.4/services/evidently.ts?docs=full";
interface ListSegmentReferencesRequest {
maxResults?: number | null;
nextToken?: string | null;
segment: string;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of results to include in the response. If you omit this, the default of 50 is used.

§
nextToken?: string | null
[src]

The token to use when requesting the next set of results. You received this token from a previous ListSegmentReferences operation.

§
segment: string
[src]

The ARN of the segment that you want to view information for.

§

Specifies whether to return information about launches or experiments that use this segment.