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 |
Documentation
data ColumnGroupSchema Source #
The column group schema.
See: newColumnGroupSchema
smart constructor.
ColumnGroupSchema' | |
|
Instances
newColumnGroupSchema :: ColumnGroupSchema Source #
Create a value of ColumnGroupSchema
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:columnGroupColumnSchemaList:ColumnGroupSchema'
, columnGroupSchema_columnGroupColumnSchemaList
- A structure containing the list of schemas for column group columns.
$sel:name:ColumnGroupSchema'
, columnGroupSchema_name
- The name of the column group schema.
columnGroupSchema_columnGroupColumnSchemaList :: Lens' ColumnGroupSchema (Maybe [ColumnGroupColumnSchema]) Source #
A structure containing the list of schemas for column group columns.
columnGroupSchema_name :: Lens' ColumnGroupSchema (Maybe Text) Source #
The name of the column group schema.