Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DimensionValuesWithAttributes = DimensionValuesWithAttributes' {}
- newDimensionValuesWithAttributes :: DimensionValuesWithAttributes
- dimensionValuesWithAttributes_value :: Lens' DimensionValuesWithAttributes (Maybe Text)
- dimensionValuesWithAttributes_attributes :: Lens' DimensionValuesWithAttributes (Maybe (HashMap Text Text))
Documentation
data DimensionValuesWithAttributes Source #
The metadata of a specific type that you can use to filter and group
your results. You can use GetDimensionValues
to find specific values.
See: newDimensionValuesWithAttributes
smart constructor.
Instances
newDimensionValuesWithAttributes :: DimensionValuesWithAttributes Source #
Create a value of DimensionValuesWithAttributes
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:value:DimensionValuesWithAttributes'
, dimensionValuesWithAttributes_value
- The value of a dimension with a specific attribute.
$sel:attributes:DimensionValuesWithAttributes'
, dimensionValuesWithAttributes_attributes
- The attribute that applies to a specific Dimension
.
dimensionValuesWithAttributes_value :: Lens' DimensionValuesWithAttributes (Maybe Text) Source #
The value of a dimension with a specific attribute.
dimensionValuesWithAttributes_attributes :: Lens' DimensionValuesWithAttributes (Maybe (HashMap Text Text)) Source #
The attribute that applies to a specific Dimension
.