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 |
Documentation
data SegmentLocation Source #
Specifies geographical dimension settings for a segment.
See: newSegmentLocation
smart constructor.
SegmentLocation' | |
|
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.