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
Documentation
data SetDimension Source #
Specifies the dimension type and values for a segment dimension.
See: newSetDimension
smart constructor.
SetDimension' | |
|
Instances
newSetDimension :: SetDimension Source #
Create a value of SetDimension
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:dimensionType:SetDimension'
, setDimension_dimensionType
- The type of segment dimension to use. Valid values are: INCLUSIVE,
endpoints that match the criteria are included in the segment; and,
EXCLUSIVE, endpoints that match the criteria are excluded from the
segment.
$sel:values:SetDimension'
, setDimension_values
- The criteria values to use for the segment dimension. Depending on the
value of the DimensionType property, endpoints are included or excluded
from the segment if their values match the criteria values.
setDimension_dimensionType :: Lens' SetDimension (Maybe DimensionType) Source #
The type of segment dimension to use. Valid values are: INCLUSIVE, endpoints that match the criteria are included in the segment; and, EXCLUSIVE, endpoints that match the criteria are excluded from the segment.
setDimension_values :: Lens' SetDimension [Text] Source #
The criteria values to use for the segment dimension. Depending on the value of the DimensionType property, endpoints are included or excluded from the segment if their values match the criteria values.