| 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.SegmentLocation
Description
Documentation
data SegmentLocation Source #
Specifies geographical dimension settings for a segment.
See: newSegmentLocation smart constructor.
Constructors
| SegmentLocation' | |
Fields
| |
Instances
newSegmentLocation :: SegmentLocation Source #
Create a value of SegmentLocation 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:country:SegmentLocation', segmentLocation_country - The country or region code, in ISO 3166-1 alpha-2 format, for the
segment.
$sel:gPSPoint:SegmentLocation', segmentLocation_gPSPoint - The GPS location and range for the segment.
segmentLocation_country :: Lens' SegmentLocation (Maybe SetDimension) Source #
The country or region code, in ISO 3166-1 alpha-2 format, for the segment.
segmentLocation_gPSPoint :: Lens' SegmentLocation (Maybe GPSPointDimension) Source #
The GPS location and range for the segment.