| 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.DatasetActionSummary
Description
Documentation
data DatasetActionSummary Source #
Information about the action that automatically creates the dataset's contents.
See: newDatasetActionSummary smart constructor.
Constructors
| DatasetActionSummary' | |
Fields
| |
Instances
newDatasetActionSummary :: DatasetActionSummary Source #
Create a value of DatasetActionSummary 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:actionName:DatasetActionSummary', datasetActionSummary_actionName - The name of the action that automatically creates the dataset's
contents.
$sel:actionType:DatasetActionSummary', datasetActionSummary_actionType - The type of action by which the dataset's contents are automatically
created.
datasetActionSummary_actionName :: Lens' DatasetActionSummary (Maybe Text) Source #
The name of the action that automatically creates the dataset's contents.
datasetActionSummary_actionType :: Lens' DatasetActionSummary (Maybe DatasetActionType) Source #
The type of action by which the dataset's contents are automatically created.