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.NumberAttributeConstraintsType

Description

 
Synopsis

Documentation

data NumberAttributeConstraintsType Source #

The minimum and maximum value of an attribute that is of the number data type.

See: newNumberAttributeConstraintsType smart constructor.

Constructors

NumberAttributeConstraintsType' 

Fields

  • maxValue :: Maybe Text

    The maximum value of an attribute that is of the number data type.

  • minValue :: Maybe Text

    The minimum value of an attribute that is of the number data type.

Instances

Instances details
Eq NumberAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NumberAttributeConstraintsType

Read NumberAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NumberAttributeConstraintsType

Show NumberAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NumberAttributeConstraintsType

Generic NumberAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NumberAttributeConstraintsType

Associated Types

type Rep NumberAttributeConstraintsType :: Type -> Type #

NFData NumberAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NumberAttributeConstraintsType

Hashable NumberAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NumberAttributeConstraintsType

ToJSON NumberAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NumberAttributeConstraintsType

FromJSON NumberAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NumberAttributeConstraintsType

type Rep NumberAttributeConstraintsType Source # 
Instance details

Defined in Amazonka.CognitoIdentityProvider.Types.NumberAttributeConstraintsType

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

newNumberAttributeConstraintsType :: NumberAttributeConstraintsType Source #

Create a value of NumberAttributeConstraintsType 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:maxValue:NumberAttributeConstraintsType', numberAttributeConstraintsType_maxValue - The maximum value of an attribute that is of the number data type.

$sel:minValue:NumberAttributeConstraintsType', numberAttributeConstraintsType_minValue - The minimum value of an attribute that is of the number data type.

numberAttributeConstraintsType_maxValue :: Lens' NumberAttributeConstraintsType (Maybe Text) Source #

The maximum value of an attribute that is of the number data type.

numberAttributeConstraintsType_minValue :: Lens' NumberAttributeConstraintsType (Maybe Text) Source #

The minimum value of an attribute that is of the number data type.