libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoTAnalytics.Types.DatasetContentVersionValue

Description

 
Synopsis

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

  • datasetName :: Text

    The name of the dataset whose latest contents are used as input to the notebook or application.

Instances

Instances details
Eq DatasetContentVersionValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentVersionValue

Read DatasetContentVersionValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentVersionValue

Show DatasetContentVersionValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentVersionValue

Generic DatasetContentVersionValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentVersionValue

Associated Types

type Rep DatasetContentVersionValue :: Type -> Type #

NFData DatasetContentVersionValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentVersionValue

Hashable DatasetContentVersionValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentVersionValue

ToJSON DatasetContentVersionValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentVersionValue

FromJSON DatasetContentVersionValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentVersionValue

type Rep DatasetContentVersionValue Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DatasetContentVersionValue

type Rep DatasetContentVersionValue = D1 ('MetaData "DatasetContentVersionValue" "Amazonka.IoTAnalytics.Types.DatasetContentVersionValue" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "DatasetContentVersionValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "datasetName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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.