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 DurationRange Source #
This data type is used in the AssessmentTemplateFilter data type.
See: newDurationRange
smart constructor.
DurationRange' | |
|
Instances
newDurationRange :: DurationRange Source #
Create a value of DurationRange
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:minSeconds:DurationRange'
, durationRange_minSeconds
- The minimum value of the duration range. Must be greater than zero.
$sel:maxSeconds:DurationRange'
, durationRange_maxSeconds
- The maximum value of the duration range. Must be less than or equal to
604800 seconds (1 week).
durationRange_minSeconds :: Lens' DurationRange (Maybe Natural) Source #
The minimum value of the duration range. Must be greater than zero.
durationRange_maxSeconds :: Lens' DurationRange (Maybe Natural) Source #
The maximum value of the duration range. Must be less than or equal to 604800 seconds (1 week).