| 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.Connect.Types.Attribute
Description
Synopsis
Documentation
A toggle for an individual feature at the instance level.
See: newAttribute smart constructor.
Constructors
| Attribute' | |
Fields
| |
Instances
| FromJSON Attribute Source # | |
| Generic Attribute Source # | |
| Read Attribute Source # | |
| Show Attribute Source # | |
| NFData Attribute Source # | |
Defined in Amazonka.Connect.Types.Attribute | |
| Eq Attribute Source # | |
| Hashable Attribute Source # | |
Defined in Amazonka.Connect.Types.Attribute | |
| type Rep Attribute Source # | |
Defined in Amazonka.Connect.Types.Attribute type Rep Attribute = D1 ('MetaData "Attribute" "Amazonka.Connect.Types.Attribute" "amazonka-connect-2.0-IAACrecRcUS5AABe9BOFyN" 'False) (C1 ('MetaCons "Attribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceAttributeType)) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) | |
newAttribute :: Attribute Source #
Create a value of Attribute 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:attributeType:Attribute', attribute_attributeType - The type of attribute.
$sel:value:Attribute', attribute_value - The value of the attribute.
attribute_attributeType :: Lens' Attribute (Maybe InstanceAttributeType) Source #
The type of attribute.