AttributeValue
Represents the data for an attribute.
Each attribute value is described as a name-value pair. The name is the data type, and the value is the data itself.
For more information, see Data Types in the Amazon DynamoDB Developer Guide.
Inheritors
Types
An attribute of type Binary. For example:
An attribute of type Boolean. For example:
An attribute of type Binary Set. For example:
An attribute of type List. For example:
An attribute of type Map. For example:
An attribute of type Number. For example:
An attribute of type Number Set. For example:
An attribute of type Null. For example:
An attribute of type String. For example:
An attribute of type String Set. For example:
Functions
Casts this AttributeValue as a B and retrieves its kotlin.ByteArray value. Throws an exception if the AttributeValue is not a B.
Casts this AttributeValue as a Bool and retrieves its kotlin.Boolean value. Throws an exception if the AttributeValue is not a Bool.
Casts this AttributeValue as a Bool and retrieves its kotlin.Boolean value. Returns null if the AttributeValue is not a Bool.
Casts this AttributeValue as a B and retrieves its kotlin.ByteArray value. Returns null if the AttributeValue is not a B.
Casts this AttributeValue as a Bs and retrieves its kotlin.collections.List
Casts this AttributeValue as a Bs and retrieves its kotlin.collections.List
Casts this AttributeValue as a L and retrieves its kotlin.collections.List
Casts this AttributeValue as a L and retrieves its kotlin.collections.List
Casts this AttributeValue as a M and retrieves its kotlin.collections.Map
Casts this AttributeValue as a M and retrieves its kotlin.collections.Map
Casts this AttributeValue as a N and retrieves its kotlin.String value. Throws an exception if the AttributeValue is not a N.
Casts this AttributeValue as a N and retrieves its kotlin.String value. Returns null if the AttributeValue is not a N.
Casts this AttributeValue as a Ns and retrieves its kotlin.collections.List
Casts this AttributeValue as a Ns and retrieves its kotlin.collections.List
Casts this AttributeValue as a Null and retrieves its kotlin.Boolean value. Throws an exception if the AttributeValue is not a Null.
Casts this AttributeValue as a Null and retrieves its kotlin.Boolean value. Returns null if the AttributeValue is not a Null.
Casts this AttributeValue as a S and retrieves its kotlin.String value. Throws an exception if the AttributeValue is not a S.
Casts this AttributeValue as a S and retrieves its kotlin.String value. Returns null if the AttributeValue is not a S.
Casts this AttributeValue as a Ss and retrieves its kotlin.collections.List
Casts this AttributeValue as a Ss and retrieves its kotlin.collections.List