| 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.LookoutMetrics.Types.AttributeValue
Description
Synopsis
- data AttributeValue = AttributeValue' {}
- newAttributeValue :: AttributeValue
- attributeValue_b :: Lens' AttributeValue (Maybe Text)
- attributeValue_bs :: Lens' AttributeValue (Maybe [Text])
- attributeValue_n :: Lens' AttributeValue (Maybe Text)
- attributeValue_ns :: Lens' AttributeValue (Maybe [Text])
- attributeValue_s :: Lens' AttributeValue (Maybe Text)
- attributeValue_ss :: Lens' AttributeValue (Maybe [Text])
Documentation
data AttributeValue Source #
An attribute value.
See: newAttributeValue smart constructor.
Constructors
| AttributeValue' | |
Instances
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_b :: Lens' AttributeValue (Maybe Text) Source #
A binary value.
attributeValue_bs :: Lens' AttributeValue (Maybe [Text]) Source #
A list of binary values.
attributeValue_n :: Lens' AttributeValue (Maybe Text) Source #
A number.
attributeValue_ns :: Lens' AttributeValue (Maybe [Text]) Source #
A list of numbers.
attributeValue_s :: Lens' AttributeValue (Maybe Text) Source #
A string.
attributeValue_ss :: Lens' AttributeValue (Maybe [Text]) Source #
A list of strings.