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

ListSegmentsResponse

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

§Properties

§
nextToken?: string | null
[src]

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

§
segments?: Segment[] | null
[src]

An array of structures that contain information about the segments in this Region.