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

ListBatchSegmentJobsRequest

import type { ListBatchSegmentJobsRequest } from "https://aws-api.deno.dev/v0.3/services/personalize.ts?docs=full";
interface ListBatchSegmentJobsRequest {
maxResults?: number | null;
nextToken?: string | null;
solutionVersionArn?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of batch segment job results to return in each page. The default value is 100.

§
nextToken?: string | null
[src]

The token to request the next page of results.

§
solutionVersionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the solution version that the batch segment jobs used to generate batch segments.