AttributeValue

com.filippodeluca.jsfacade.aws.dynamodb.AttributeValue
See theAttributeValue companion object
trait AttributeValue extends Object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def $unknown: UndefOr[Tuple2[String, Any]]
def B: UndefOr[Uint8Array]
def BOOL: UndefOr[Boolean]
def BS: UndefOr[Array[Uint8Array]]
def L: UndefOr[Array[AttributeValue]]
def M: UndefOr[Dictionary[AttributeValue]]
def N: UndefOr[String]
def NS: UndefOr[Array[String]]
def NULL: UndefOr[Boolean]
def S: UndefOr[String]
def SS: UndefOr[Array[String]]

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object