| 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.GdgDetailAttributes
Description
Documentation
data GdgDetailAttributes Source #
The required attributes for a generation data group data set. A generation data set is one of a collection of successive, historically related, catalogued data sets that together are known as a generation data group (GDG). Use this structure when you want to import a GDG. For more information on GDG, see Generation data sets.
See: newGdgDetailAttributes smart constructor.
Constructors
| GdgDetailAttributes' | |
Instances
newGdgDetailAttributes :: GdgDetailAttributes Source #
Create a value of GdgDetailAttributes 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:limit:GdgDetailAttributes', gdgDetailAttributes_limit - The maximum number of generation data sets, up to 255, in a GDG.
$sel:rollDisposition:GdgDetailAttributes', gdgDetailAttributes_rollDisposition - The disposition of the data set in the catalog.
gdgDetailAttributes_limit :: Lens' GdgDetailAttributes (Maybe Int) Source #
The maximum number of generation data sets, up to 255, in a GDG.
gdgDetailAttributes_rollDisposition :: Lens' GdgDetailAttributes (Maybe Text) Source #
The disposition of the data set in the catalog.