Interface SetValueCommandInputProtected

The input for SetValueCommand.

Hierarchy

Properties

Properties

key: undefined | string

The Key to set or get a Value with

keyspaceName: undefined | string

The name that identifies the Keyspace

value: undefined | DocumentType

The value associated with the key.

Can be any one of:

  • string
  • number
  • boolean
  • array
  • object