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

RightsizingRecommendationMetadata

import type { RightsizingRecommendationMetadata } from "https://aws-api.deno.dev/v0.3/services/costexplorer.ts?docs=full";

Metadata for this recommendation set.

interface RightsizingRecommendationMetadata {
AdditionalMetadata?: string | null;
GenerationTimestamp?: string | null;
LookbackPeriodInDays?: LookbackPeriodInDays | null;
RecommendationId?: string | null;
}

§Properties

§
AdditionalMetadata?: string | null
[src]

Additional metadata that might be applicable to the recommendation.

§
GenerationTimestamp?: string | null
[src]

The timestamp for when Amazon Web Services made this recommendation.

§
LookbackPeriodInDays?: LookbackPeriodInDays | null
[src]

The number of days of previous usage that Amazon Web Services considers when making this recommendation.

§
RecommendationId?: string | null
[src]

The ID for this specific recommendation.