libZSservicesZSamazonka-rdsZSamazonka-rds
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.RDS.Types.DoubleRange

Description

 
Synopsis

Documentation

data DoubleRange Source #

A range of double values.

See: newDoubleRange smart constructor.

Constructors

DoubleRange' 

Fields

Instances

Instances details
Eq DoubleRange Source # 
Instance details

Defined in Amazonka.RDS.Types.DoubleRange

Read DoubleRange Source # 
Instance details

Defined in Amazonka.RDS.Types.DoubleRange

Show DoubleRange Source # 
Instance details

Defined in Amazonka.RDS.Types.DoubleRange

Generic DoubleRange Source # 
Instance details

Defined in Amazonka.RDS.Types.DoubleRange

Associated Types

type Rep DoubleRange :: Type -> Type #

NFData DoubleRange Source # 
Instance details

Defined in Amazonka.RDS.Types.DoubleRange

Methods

rnf :: DoubleRange -> () #

Hashable DoubleRange Source # 
Instance details

Defined in Amazonka.RDS.Types.DoubleRange

FromXML DoubleRange Source # 
Instance details

Defined in Amazonka.RDS.Types.DoubleRange

type Rep DoubleRange Source # 
Instance details

Defined in Amazonka.RDS.Types.DoubleRange

type Rep DoubleRange = D1 ('MetaData "DoubleRange" "Amazonka.RDS.Types.DoubleRange" "libZSservicesZSamazonka-rdsZSamazonka-rds" 'False) (C1 ('MetaCons "DoubleRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "to") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "from") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newDoubleRange :: DoubleRange Source #

Create a value of DoubleRange 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:to:DoubleRange', doubleRange_to - The maximum value in the range.

$sel:from:DoubleRange', doubleRange_from - The minimum value in the range.

doubleRange_to :: Lens' DoubleRange (Maybe Double) Source #

The maximum value in the range.

doubleRange_from :: Lens' DoubleRange (Maybe Double) Source #

The minimum value in the range.