GetCostEstimationResponse
import type { GetCostEstimationResponse } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/devopsguru.ts";interface GetCostEstimationResponse {
Costs?: ServiceResourceCost[] | null;
NextToken?: string | null;
ResourceCollection?: CostEstimationResourceCollectionFilter | null;
Status?: CostEstimationStatus | null;
TimeRange?: CostEstimationTimeRange | null;
TotalCost?: number | null;
}§Properties
§
Costs?: ServiceResourceCost[] | null
[src]§
ResourceCollection?: CostEstimationResourceCollectionFilter | null
[src]§
Status?: CostEstimationStatus | null
[src]§
TimeRange?: CostEstimationTimeRange | null
[src]