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

ListProfileTimesResponse

import type { ListProfileTimesResponse } from "https://aws-api.deno.dev/v0.4/services/codeguruprofiler.ts?docs=full";

The structure representing the listProfileTimesResponse.

interface ListProfileTimesResponse {
nextToken?: string | null;
profileTimes: ProfileTime[];
}

§Properties

§
nextToken?: string | null
[src]

The nextToken value to include in a future ListProfileTimes request. When the results of a ListProfileTimes request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

§
profileTimes: ProfileTime[]
[src]

The list of start times of the available profiles for the aggregation period in the specified time range.