| 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.Properties
Description
Synopsis
- data Properties = Properties' {}
- newProperties :: Properties
- properties_eoCloudCover :: Lens' Properties (Maybe Double)
- properties_landsatCloudCoverLand :: Lens' Properties (Maybe Double)
- properties_platform :: Lens' Properties (Maybe Text)
- properties_viewOffNadir :: Lens' Properties (Maybe Double)
- properties_viewSunAzimuth :: Lens' Properties (Maybe Double)
- properties_viewSunElevation :: Lens' Properties (Maybe Double)
Documentation
data Properties Source #
See: newProperties smart constructor.
Constructors
| Properties' | |
Fields | |
Instances
newProperties :: Properties Source #
Create a value of Properties 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:eoCloudCover:Properties', properties_eoCloudCover -
$sel:landsatCloudCoverLand:Properties', properties_landsatCloudCoverLand -
$sel:platform:Properties', properties_platform -
$sel:viewOffNadir:Properties', properties_viewOffNadir -
$sel:viewSunAzimuth:Properties', properties_viewSunAzimuth -
$sel:viewSunElevation:Properties', properties_viewSunElevation -