| 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.OutputBand
Description
Synopsis
Documentation
data OutputBand Source #
A single EarthObservationJob output band.
See: newOutputBand smart constructor.
Constructors
| OutputBand' | |
Fields
| |
Instances
Create a value of OutputBand 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:bandName:OutputBand', outputBand_bandName - The name of the band.
$sel:outputDataType:OutputBand', outputBand_outputDataType - The datatype of the output band.
outputBand_bandName :: Lens' OutputBand Text Source #
The name of the band.
outputBand_outputDataType :: Lens' OutputBand OutputType Source #
The datatype of the output band.