| 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.M2.Types.DataSetSummary
Description
Synopsis
- data DataSetSummary = DataSetSummary' {}
- newDataSetSummary :: Text -> DataSetSummary
- dataSetSummary_creationTime :: Lens' DataSetSummary (Maybe UTCTime)
- dataSetSummary_dataSetOrg :: Lens' DataSetSummary (Maybe Text)
- dataSetSummary_format :: Lens' DataSetSummary (Maybe Text)
- dataSetSummary_lastReferencedTime :: Lens' DataSetSummary (Maybe UTCTime)
- dataSetSummary_lastUpdatedTime :: Lens' DataSetSummary (Maybe UTCTime)
- dataSetSummary_dataSetName :: Lens' DataSetSummary Text
Documentation
data DataSetSummary Source #
A subset of the possible data set attributes.
See: newDataSetSummary smart constructor.
Constructors
| DataSetSummary' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DataSetSummary |
Create a value of DataSetSummary 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:DataSetSummary', dataSetSummary_creationTime - The timestamp when the data set was created.
$sel:dataSetOrg:DataSetSummary', dataSetSummary_dataSetOrg - The type of data set. The only supported value is VSAM.
$sel:format:DataSetSummary', dataSetSummary_format - The format of the data set.
$sel:lastReferencedTime:DataSetSummary', dataSetSummary_lastReferencedTime - The last time the data set was referenced.
$sel:lastUpdatedTime:DataSetSummary', dataSetSummary_lastUpdatedTime - The last time the data set was updated.
$sel:dataSetName:DataSetSummary', dataSetSummary_dataSetName - The name of the data set.
dataSetSummary_creationTime :: Lens' DataSetSummary (Maybe UTCTime) Source #
The timestamp when the data set was created.
dataSetSummary_dataSetOrg :: Lens' DataSetSummary (Maybe Text) Source #
The type of data set. The only supported value is VSAM.
dataSetSummary_format :: Lens' DataSetSummary (Maybe Text) Source #
The format of the data set.
dataSetSummary_lastReferencedTime :: Lens' DataSetSummary (Maybe UTCTime) Source #
The last time the data set was referenced.
dataSetSummary_lastUpdatedTime :: Lens' DataSetSummary (Maybe UTCTime) Source #
The last time the data set was updated.
dataSetSummary_dataSetName :: Lens' DataSetSummary Text Source #
The name of the data set.