PutItemInput

The input for the DynamoActionVS action that specifies the DynamoDB table to which the message data will be written.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The table where the message data will be written.

Functions

Link copied to clipboard
inline fun copy(block: PutItemInput.Builder.() -> Unit = {}): PutItemInput
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String