| 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.RecordLength
Description
Synopsis
- data RecordLength = RecordLength' {}
- newRecordLength :: Int -> Int -> RecordLength
- recordLength_max :: Lens' RecordLength Int
- recordLength_min :: Lens' RecordLength Int
Documentation
data RecordLength Source #
The length of the records in the data set.
See: newRecordLength smart constructor.
Constructors
| RecordLength' | |
Instances
Arguments
| :: Int | |
| -> Int | |
| -> RecordLength |
Create a value of RecordLength 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:max:RecordLength', recordLength_max - The maximum record length. In case of fixed, both minimum and maximum
are the same.
$sel:min:RecordLength', recordLength_min - The minimum record length of a record.
recordLength_max :: Lens' RecordLength Int Source #
The maximum record length. In case of fixed, both minimum and maximum are the same.
recordLength_min :: Lens' RecordLength Int Source #
The minimum record length of a record.