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

GetRecommendationPreferencesResponse

import type { GetRecommendationPreferencesResponse } from "https://aws-api.deno.dev/v0.3/services/computeoptimizer.ts?docs=full";
interface GetRecommendationPreferencesResponse {
nextToken?: string | null;
recommendationPreferencesDetails?: RecommendationPreferencesDetail[] | null;
}

§Properties

§
nextToken?: string | null
[src]

The token to use to advance to the next page of recommendation preferences.

This value is null when there are no more pages of recommendation preferences to return.

§
recommendationPreferencesDetails?: RecommendationPreferencesDetail[] | null
[src]

An array of objects that describe recommendation preferences.