| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.ServiceCatalog.Types.ProductViewAggregationValue
Description
Synopsis
- data ProductViewAggregationValue = ProductViewAggregationValue' {}
- newProductViewAggregationValue :: ProductViewAggregationValue
- productViewAggregationValue_approximateCount :: Lens' ProductViewAggregationValue (Maybe Int)
- productViewAggregationValue_value :: Lens' ProductViewAggregationValue (Maybe Text)
Documentation
data ProductViewAggregationValue Source #
A single product view aggregation value/count pair, containing metadata about each product to which the calling user has access.
See: newProductViewAggregationValue smart constructor.
Constructors
| ProductViewAggregationValue' | |
Instances
newProductViewAggregationValue :: ProductViewAggregationValue Source #
Create a value of ProductViewAggregationValue with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:approximateCount:ProductViewAggregationValue', productViewAggregationValue_approximateCount - An approximate count of the products that match the value.
$sel:value:ProductViewAggregationValue', productViewAggregationValue_value - The value of the product view aggregation.
productViewAggregationValue_approximateCount :: Lens' ProductViewAggregationValue (Maybe Int) Source #
An approximate count of the products that match the value.
productViewAggregationValue_value :: Lens' ProductViewAggregationValue (Maybe Text) Source #
The value of the product view aggregation.