| 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.DatasetOrgAttributes
Description
Documentation
data DatasetOrgAttributes Source #
Additional details about the data set. Different attributes correspond to different data set organizations. The values are populated based on datasetOrg, storageType and backend (Blu Age or Micro Focus).
See: newDatasetOrgAttributes smart constructor.
Constructors
| DatasetOrgAttributes' | |
Fields
| |
Instances
newDatasetOrgAttributes :: DatasetOrgAttributes Source #
Create a value of DatasetOrgAttributes 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:gdg:DatasetOrgAttributes', datasetOrgAttributes_gdg - The generation data group of the data set.
$sel:vsam:DatasetOrgAttributes', datasetOrgAttributes_vsam - The details of a VSAM data set.
datasetOrgAttributes_gdg :: Lens' DatasetOrgAttributes (Maybe GdgAttributes) Source #
The generation data group of the data set.
datasetOrgAttributes_vsam :: Lens' DatasetOrgAttributes (Maybe VsamAttributes) Source #
The details of a VSAM data set.