Struct rusoto_servicecatalog::ProductViewAggregationValue [] [src]

pub struct ProductViewAggregationValue {
    pub approximate_count: Option<ApproximateCount>,
    pub value: Option<AttributeValue>,
}

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

Fields

An approximate count of the products that match the value.

The value of the product view aggregation.

Trait Implementations

impl Default for ProductViewAggregationValue
[src]

Returns the "default value" for a type. Read more

impl Debug for ProductViewAggregationValue
[src]

Formats the value using the given formatter.

impl Clone for ProductViewAggregationValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more