facade.amazonaws.services.dynamodb.shared

Type members

Classlikes

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

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
Companion
class
case
class AttributeValueMapper[T](name: String, toJSAny: T => Any) extends T => AttributeValue
Companion
object
Companion
class

Types

type BinaryAttributeValue = TypedArray[_, _] | Array[Byte] | String
type BooleanAttributeValue = Boolean
type NullAttributeValue = Boolean
type NumberAttributeValue = String
type StringAttributeValue = String