PutRecordResponse

Represents the output for PutRecord.

Types

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

Properties

Link copied to clipboard

The encryption type to use on the record. This parameter can be one of the following values:

Link copied to clipboard

The sequence number identifier that was assigned to the put data record. The sequence number for the record is unique across all records in the stream. A sequence number is the identifier associated with every record put into the stream.

Link copied to clipboard

The shard ID of the shard where the data record was placed.

Functions

Link copied to clipboard
inline fun copy(block: PutRecordResponse.Builder.() -> Unit = {}): PutRecordResponse
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