object AttributeValue
- Companion
- class
Value members
Concrete methods
def OptionAsValueOrNull[T](opt: Option[T])(implicit valueType: AttributeValueMapper[T]): AttributeValue
@inline
def apply(B: UndefOr[BinaryAttributeValue], BOOL: UndefOr[BooleanAttributeValue], BS: UndefOr[BinarySetAttributeValue], L: UndefOr[ListAttributeValue], M: UndefOr[MapAttributeValue], N: UndefOr[NumberAttributeValue], NS: UndefOr[NumberSetAttributeValue], NULL: UndefOr[NullAttributeValue], S: UndefOr[StringAttributeValue], SS: UndefOr[StringSetAttributeValue]): AttributeValue