AttributeValue

@native @JSType
trait AttributeValue extends Object

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 Types in the Amazon DynamoDB Developer Guide.

Companion
object
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Abstract fields

var B: UndefOr[BinaryAttributeValue]
var L: UndefOr[ListAttributeValue]
var M: UndefOr[MapAttributeValue]
var N: UndefOr[NumberAttributeValue]
var NULL: UndefOr[NullAttributeValue]
var S: UndefOr[StringAttributeValue]