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

Type members

Types

type ScalaType

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[ItemError, A]