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 |
Synopsis
- data DatasetGroupSummary = DatasetGroupSummary' {}
- newDatasetGroupSummary :: DatasetGroupSummary
- datasetGroupSummary_creationTime :: Lens' DatasetGroupSummary (Maybe UTCTime)
- datasetGroupSummary_datasetGroupName :: Lens' DatasetGroupSummary (Maybe Text)
- datasetGroupSummary_datasetGroupArn :: Lens' DatasetGroupSummary (Maybe Text)
- datasetGroupSummary_lastModificationTime :: Lens' DatasetGroupSummary (Maybe UTCTime)
Documentation
data DatasetGroupSummary Source #
Provides a summary of the dataset group properties used in the
ListDatasetGroups operation. To get the complete set of properties, call
the DescribeDatasetGroup operation, and provide the DatasetGroupArn
.
See: newDatasetGroupSummary
smart constructor.
DatasetGroupSummary' | |
|
Instances
newDatasetGroupSummary :: DatasetGroupSummary Source #
Create a value of DatasetGroupSummary
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:creationTime:DatasetGroupSummary'
, datasetGroupSummary_creationTime
- When the dataset group was created.
$sel:datasetGroupName:DatasetGroupSummary'
, datasetGroupSummary_datasetGroupName
- The name of the dataset group.
$sel:datasetGroupArn:DatasetGroupSummary'
, datasetGroupSummary_datasetGroupArn
- The Amazon Resource Name (ARN) of the dataset group.
$sel:lastModificationTime:DatasetGroupSummary'
, datasetGroupSummary_lastModificationTime
- When the dataset group was created or last updated from a call to the
UpdateDatasetGroup operation. While the dataset group is being updated,
LastModificationTime
is the current time of the ListDatasetGroups
call.
datasetGroupSummary_creationTime :: Lens' DatasetGroupSummary (Maybe UTCTime) Source #
When the dataset group was created.
datasetGroupSummary_datasetGroupName :: Lens' DatasetGroupSummary (Maybe Text) Source #
The name of the dataset group.
datasetGroupSummary_datasetGroupArn :: Lens' DatasetGroupSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset group.
datasetGroupSummary_lastModificationTime :: Lens' DatasetGroupSummary (Maybe UTCTime) Source #
When the dataset group was created or last updated from a call to the
UpdateDatasetGroup operation. While the dataset group is being updated,
LastModificationTime
is the current time of the ListDatasetGroups
call.