KeyDef

meteor.KeyDef
See theKeyDef companion object
case class KeyDef[K](attributeName: String, attributeType: DynamoDbType)

Key's definition, a representation of DynamoDB's key.

Type parameters

K

key's type

Value parameters

attributeName

attribute's name

attributeType

attribute's type

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def mkKey[F[_] : MonadThrow](k: K)(implicit evidence$3: MonadThrow[F], encoder: Encoder[K]): F[Map[String, AttributeValue]]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val value: (String, DynamoDbType)