amazonka-connect-2.0: Amazon Connect Service 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.Connect.Types.Attribute

Description

 
Synopsis

Documentation

data Attribute Source #

A toggle for an individual feature at the instance level.

See: newAttribute smart constructor.

Constructors

Attribute' 

Fields

Instances

Instances details
FromJSON Attribute Source # 
Instance details

Defined in Amazonka.Connect.Types.Attribute

Generic Attribute Source # 
Instance details

Defined in Amazonka.Connect.Types.Attribute

Associated Types

type Rep Attribute :: Type -> Type #

Read Attribute Source # 
Instance details

Defined in Amazonka.Connect.Types.Attribute

Show Attribute Source # 
Instance details

Defined in Amazonka.Connect.Types.Attribute

NFData Attribute Source # 
Instance details

Defined in Amazonka.Connect.Types.Attribute

Methods

rnf :: Attribute -> () #

Eq Attribute Source # 
Instance details

Defined in Amazonka.Connect.Types.Attribute

Hashable Attribute Source # 
Instance details

Defined in Amazonka.Connect.Types.Attribute

type Rep Attribute Source # 
Instance details

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_value :: Lens' Attribute (Maybe Text) Source #

The value of the attribute.