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 DatasetActionSummary Source #
Information about the action that automatically creates the dataset's contents.
See: newDatasetActionSummary
smart constructor.
DatasetActionSummary' | |
|
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.