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 DatasetContentVersionValue Source #
The dataset whose latest contents are used as input to the notebook or application.
See: newDatasetContentVersionValue
smart constructor.
DatasetContentVersionValue' | |
|
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.