libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp
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.CognitoIdentityProvider.Types.AttributeType

Description

 
Synopsis

Documentation

data AttributeType Source #

Specifies whether the attribute is standard or custom.

See: newAttributeType smart constructor.

Constructors

AttributeType' 

Fields

Instances

Instances details
Eq AttributeType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AttributeType

Show AttributeType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AttributeType

Generic AttributeType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AttributeType

Associated Types

type Rep AttributeType :: Type -> Type #

NFData AttributeType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AttributeType

Methods

rnf :: AttributeType -> () #

Hashable AttributeType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AttributeType

ToJSON AttributeType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AttributeType

FromJSON AttributeType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AttributeType

type Rep AttributeType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.AttributeType

type Rep AttributeType = D1 ('MetaData "AttributeType" "Amazonka.CognitoIdentityProvider.Types.AttributeType" "libZSservicesZSamazonka-cognito-idpZSamazonka-cognito-idp" 'False) (C1 ('MetaCons "AttributeType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (Sensitive Text))) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAttributeType Source #

Create a value of AttributeType 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:AttributeType', attributeType_value - The value of the attribute.

$sel:name:AttributeType', attributeType_name - The name of the attribute.

attributeType_value :: Lens' AttributeType (Maybe Text) Source #

The value of the attribute.

attributeType_name :: Lens' AttributeType Text Source #

The name of the attribute.