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

ListAssessmentRunAgentsResponse

import type { ListAssessmentRunAgentsResponse } from "https://aws-api.deno.dev/v0.3/services/inspector.ts?docs=full";
interface ListAssessmentRunAgentsResponse {
assessmentRunAgents: AssessmentRunAgent[];
nextToken?: string | null;
}

§Properties

§
assessmentRunAgents: AssessmentRunAgent[]
[src]

A list of ARNs that specifies the agents returned by the action.

§
nextToken?: string | null
[src]

When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the nextToken parameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.