| 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.AppFlow.Types.Range
Description
Documentation
The range of values that the property supports.
See: newRange smart constructor.
Constructors
| Range' | |
Instances
| FromJSON Range Source # | |
| Generic Range Source # | |
| Read Range Source # | |
| Show Range Source # | |
| NFData Range Source # | |
Defined in Amazonka.AppFlow.Types.Range | |
| Eq Range Source # | |
| Hashable Range Source # | |
Defined in Amazonka.AppFlow.Types.Range | |
| type Rep Range Source # | |
Defined in Amazonka.AppFlow.Types.Range type Rep Range = D1 ('MetaData "Range" "Amazonka.AppFlow.Types.Range" "amazonka-appflow-2.0-3aJWKTszi6ZKDtrkFSqVAB" 'False) (C1 ('MetaCons "Range'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maximum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "minimum") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)))) | |
Create a value of Range 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:maximum:Range', range_maximum - Maximum value supported by the field.
$sel:minimum:Range', range_minimum - Minimum value supported by the field.