amazonka-identitystore-2.0: Amazon SSO Identity Store 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.IdentityStore.Types.AttributeValue

Description

 
Synopsis

Documentation

data AttributeValue Source #

The value of the attribute. This is a Document type. This type is not supported by Java V1, Go V1, and older versions of the AWS CLI.

See: newAttributeValue smart constructor.

Constructors

AttributeValue' 

Instances

Instances details
ToJSON AttributeValue Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.AttributeValue

Generic AttributeValue Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.AttributeValue

Associated Types

type Rep AttributeValue :: Type -> Type #

Read AttributeValue Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.AttributeValue

Show AttributeValue Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.AttributeValue

NFData AttributeValue Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.AttributeValue

Methods

rnf :: AttributeValue -> () #

Eq AttributeValue Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.AttributeValue

Hashable AttributeValue Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.AttributeValue

type Rep AttributeValue Source # 
Instance details

Defined in Amazonka.IdentityStore.Types.AttributeValue

type Rep AttributeValue = D1 ('MetaData "AttributeValue" "Amazonka.IdentityStore.Types.AttributeValue" "amazonka-identitystore-2.0-FD6RUaLi6gx9YE16ATGTMj" 'False) (C1 ('MetaCons "AttributeValue'" 'PrefixI 'False) (U1 :: Type -> Type))

newAttributeValue :: AttributeValue Source #

Create a value of AttributeValue with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.