String
An attribute value of String type.
Example: {"string": "abc"}
Inherited functions
Casts this AttributeValue as a Boolean and retrieves its kotlin.Boolean value. Throws an exception if the AttributeValue is not a Boolean.
Casts this AttributeValue as a Boolean and retrieves its kotlin.Boolean value. Returns null if the AttributeValue is not a Boolean.
Casts this AttributeValue as a Decimal and retrieves its kotlin.String value. Throws an exception if the AttributeValue is not a Decimal.
Casts this AttributeValue as a Decimal and retrieves its kotlin.String value. Returns null if the AttributeValue is not a Decimal.
Casts this AttributeValue as a EntityIdentifier and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.EntityIdentifier value. Throws an exception if the AttributeValue is not a EntityIdentifier.
Casts this AttributeValue as a EntityIdentifier and retrieves its aws.sdk.kotlin.services.verifiedpermissions.model.EntityIdentifier value. Returns null if the AttributeValue is not a EntityIdentifier.
Casts this AttributeValue as a Ipaddr and retrieves its kotlin.String value. Throws an exception if the AttributeValue is not a Ipaddr.
Casts this AttributeValue as a Ipaddr and retrieves its kotlin.String value. Returns null if the AttributeValue is not a Ipaddr.
Casts this AttributeValue as a Long and retrieves its kotlin.Long value. Throws an exception if the AttributeValue is not a Long.
Casts this AttributeValue as a Long and retrieves its kotlin.Long value. Returns null if the AttributeValue is not a Long.
Casts this AttributeValue as a Record and retrieves its kotlin.collections.Map
Casts this AttributeValue as a Record and retrieves its kotlin.collections.Map
Casts this AttributeValue as a Set and retrieves its kotlin.collections.List
Casts this AttributeValue as a Set and retrieves its kotlin.collections.List
Casts this AttributeValue as a String and retrieves its kotlin.String value. Throws an exception if the AttributeValue is not a String.
Casts this AttributeValue as a String and retrieves its kotlin.String value. Returns null if the AttributeValue is not a String.