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

ListTrailsResponse

import type { ListTrailsResponse } from "https://aws-api.deno.dev/v0.3/services/cloudtrail.ts?docs=full";
interface ListTrailsResponse {
NextToken?: string | null;
Trails?: TrailInfo[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The token to use to get the next page of results after a previous API call. If the token does not appear, there are no more results to return. The token must be passed in with the same parameters as the previous call. For example, if the original call specified an AttributeKey of 'Username' with a value of 'root', the call with NextToken should include those same parameters.

§
Trails?: TrailInfo[] | null
[src]

Returns the name, ARN, and home region of trails in the current account.