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

ProductViewAggregationValue

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

A single product view aggregation value/count pair, containing metadata about each product to which the calling user has access.

interface ProductViewAggregationValue {
ApproximateCount?: number | null;
Value?: string | null;
}

§Properties

§
ApproximateCount?: number | null
[src]

An approximate count of the products that match the value.

§
Value?: string | null
[src]

The value of the product view aggregation.