AttributeValue

zio.dynamodb.AttributeValue
See theAttributeValue companion object
sealed trait AttributeValue

Attributes

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

Members list

Concise view

Type members

Types

Value members

Concrete methods

def <[From](that: Size[From, ScalaType]): ConditionExpression[From]
def <[From](that: ProjectionExpression[From, Unknown]): ConditionExpression[From]
def <=[From](that: Size[From, ScalaType]): ConditionExpression[From]
def <=[From](that: ProjectionExpression[From, Unknown]): ConditionExpression[From]
def <>[From](that: Size[From, ScalaType]): ConditionExpression[From]
def <>[From](that: ProjectionExpression[From, Unknown]): ConditionExpression[From]
def ===[From](that: Size[From, ScalaType]): ConditionExpression[From]
def ===[From](that: ProjectionExpression[From, Unknown]): ConditionExpression[From]
def >[From](that: Size[From, Unknown]): ConditionExpression[From]
def >[From](that: ProjectionExpression[From, Unknown]): ConditionExpression[From]
def >=[From](that: Size[From, ScalaType]): ConditionExpression[From]
def >=[From](that: ProjectionExpression[From, Unknown]): ConditionExpression[From]
def decode[A](implicit schema: Schema[A]): Either[DynamoDBError, A]