| 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.Pinpoint.Types.SetDimension
Description
Synopsis
Documentation
data SetDimension Source #
Specifies the dimension type and values for a segment dimension.
See: newSetDimension smart constructor.
Constructors
| SetDimension' | |
Fields 
  | |
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.