amazonka-lookoutmetrics-2.0: Amazon Lookout for Metrics SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LookoutMetrics.Types.AttributeValue

Description

 
Synopsis

Documentation

data AttributeValue Source #

An attribute value.

See: newAttributeValue smart constructor.

Constructors

AttributeValue' 

Fields

Instances

Instances details
FromJSON AttributeValue Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AttributeValue

Generic AttributeValue Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AttributeValue

Associated Types

type Rep AttributeValue :: Type -> Type #

Read AttributeValue Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AttributeValue

Show AttributeValue Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AttributeValue

NFData AttributeValue Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AttributeValue

Methods

rnf :: AttributeValue -> () #

Eq AttributeValue Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AttributeValue

Hashable AttributeValue Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AttributeValue

type Rep AttributeValue Source # 
Instance details

Defined in Amazonka.LookoutMetrics.Types.AttributeValue

newAttributeValue :: AttributeValue Source #

Create a value of AttributeValue 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:b:AttributeValue', attributeValue_b - A binary value.

$sel:bs:AttributeValue', attributeValue_bs - A list of binary values.

$sel:n:AttributeValue', attributeValue_n - A number.

$sel:ns:AttributeValue', attributeValue_ns - A list of numbers.

$sel:s:AttributeValue', attributeValue_s - A string.

$sel:ss:AttributeValue', attributeValue_ss - A list of strings.

attributeValue_bs :: Lens' AttributeValue (Maybe [Text]) Source #

A list of binary values.