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.IoTAnalytics.Types.DatasetContentVersionValue
Description
Documentation
data DatasetContentVersionValue Source #
The dataset whose latest contents are used as input to the notebook or application.
See: newDatasetContentVersionValue
smart constructor.
Constructors
DatasetContentVersionValue' | |
Fields
|
Instances
newDatasetContentVersionValue Source #
Create a value of DatasetContentVersionValue
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:datasetName:DatasetContentVersionValue'
, datasetContentVersionValue_datasetName
- The name of the dataset whose latest contents are used as input to the
notebook or application.
datasetContentVersionValue_datasetName :: Lens' DatasetContentVersionValue Text Source #
The name of the dataset whose latest contents are used as input to the notebook or application.