| 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.LakeFormation.Types.PartitionObjects
Description
Synopsis
- data PartitionObjects = PartitionObjects' {
- objects :: Maybe [TableObject]
- partitionValues :: Maybe (NonEmpty Text)
- newPartitionObjects :: PartitionObjects
- partitionObjects_objects :: Lens' PartitionObjects (Maybe [TableObject])
- partitionObjects_partitionValues :: Lens' PartitionObjects (Maybe (NonEmpty Text))
Documentation
data PartitionObjects Source #
A structure containing a list of partition values and table objects.
See: newPartitionObjects smart constructor.
Constructors
| PartitionObjects' | |
Fields
| |
Instances
newPartitionObjects :: PartitionObjects Source #
Create a value of PartitionObjects 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:objects:PartitionObjects', partitionObjects_objects - A list of table objects
$sel:partitionValues:PartitionObjects', partitionObjects_partitionValues - A list of partition values.
partitionObjects_objects :: Lens' PartitionObjects (Maybe [TableObject]) Source #
A list of table objects
partitionObjects_partitionValues :: Lens' PartitionObjects (Maybe (NonEmpty Text)) Source #
A list of partition values.