| 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.SageMakerGeoSpatial.Types.ViewSunElevationInput
Description
Synopsis
- data ViewSunElevationInput = ViewSunElevationInput' {
- lowerBound :: Double
- upperBound :: Double
- newViewSunElevationInput :: Double -> Double -> ViewSunElevationInput
- viewSunElevationInput_lowerBound :: Lens' ViewSunElevationInput Double
- viewSunElevationInput_upperBound :: Lens' ViewSunElevationInput Double
Documentation
data ViewSunElevationInput Source #
See: newViewSunElevationInput smart constructor.
Constructors
| ViewSunElevationInput' | |
Fields
| |
Instances
newViewSunElevationInput Source #
Arguments
| :: Double | |
| -> Double | |
| -> ViewSunElevationInput |
Create a value of ViewSunElevationInput 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:lowerBound:ViewSunElevationInput', viewSunElevationInput_lowerBound - The lower bound to view the sun elevation.
$sel:upperBound:ViewSunElevationInput', viewSunElevationInput_upperBound - The upper bound to view the sun elevation.
viewSunElevationInput_lowerBound :: Lens' ViewSunElevationInput Double Source #
The lower bound to view the sun elevation.
viewSunElevationInput_upperBound :: Lens' ViewSunElevationInput Double Source #
The upper bound to view the sun elevation.