libZSservicesZSamazonka-iotZSamazonka-iot
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.IoT.Types.PercentPair

Description

 
Synopsis

Documentation

data PercentPair Source #

Describes the percentile and percentile value.

See: newPercentPair smart constructor.

Constructors

PercentPair' 

Fields

Instances

Instances details
Eq PercentPair Source # 
Instance details

Defined in Amazonka.IoT.Types.PercentPair

Read PercentPair Source # 
Instance details

Defined in Amazonka.IoT.Types.PercentPair

Show PercentPair Source # 
Instance details

Defined in Amazonka.IoT.Types.PercentPair

Generic PercentPair Source # 
Instance details

Defined in Amazonka.IoT.Types.PercentPair

Associated Types

type Rep PercentPair :: Type -> Type #

NFData PercentPair Source # 
Instance details

Defined in Amazonka.IoT.Types.PercentPair

Methods

rnf :: PercentPair -> () #

Hashable PercentPair Source # 
Instance details

Defined in Amazonka.IoT.Types.PercentPair

FromJSON PercentPair Source # 
Instance details

Defined in Amazonka.IoT.Types.PercentPair

type Rep PercentPair Source # 
Instance details

Defined in Amazonka.IoT.Types.PercentPair

type Rep PercentPair = D1 ('MetaData "PercentPair" "Amazonka.IoT.Types.PercentPair" "libZSservicesZSamazonka-iotZSamazonka-iot" 'False) (C1 ('MetaCons "PercentPair'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "percent") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))

newPercentPair :: PercentPair Source #

Create a value of PercentPair 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:value:PercentPair', percentPair_value - The value of the percentile.

$sel:percent:PercentPair', percentPair_percent - The percentile.

percentPair_value :: Lens' PercentPair (Maybe Double) Source #

The value of the percentile.