| 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.DatasetDetailOrgAttributes
Description
Synopsis
- data DatasetDetailOrgAttributes = DatasetDetailOrgAttributes' {}
- newDatasetDetailOrgAttributes :: DatasetDetailOrgAttributes
- datasetDetailOrgAttributes_gdg :: Lens' DatasetDetailOrgAttributes (Maybe GdgDetailAttributes)
- datasetDetailOrgAttributes_vsam :: Lens' DatasetDetailOrgAttributes (Maybe VsamDetailAttributes)
Documentation
data DatasetDetailOrgAttributes 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: newDatasetDetailOrgAttributes smart constructor.
Constructors
| DatasetDetailOrgAttributes' | |
Fields
| |
Instances
newDatasetDetailOrgAttributes :: DatasetDetailOrgAttributes Source #
Create a value of DatasetDetailOrgAttributes 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:DatasetDetailOrgAttributes', datasetDetailOrgAttributes_gdg - The generation data group of the data set.
$sel:vsam:DatasetDetailOrgAttributes', datasetDetailOrgAttributes_vsam - The details of a VSAM data set.
datasetDetailOrgAttributes_gdg :: Lens' DatasetDetailOrgAttributes (Maybe GdgDetailAttributes) Source #
The generation data group of the data set.
datasetDetailOrgAttributes_vsam :: Lens' DatasetDetailOrgAttributes (Maybe VsamDetailAttributes) Source #
The details of a VSAM data set.