GetStreamResponse

The output of a retrieved stream.

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN of the retrieved stream.

Link copied to clipboard

The ID of the cluster for the retrieved stream.

Link copied to clipboard

The time when the stream was created.

Link copied to clipboard

The format of the stream records.

Link copied to clipboard

The ordering mode of the stream.

Link copied to clipboard

The current status of the retrieved stream.

Link copied to clipboard

Stream status reason with error code and timestamp (if applicable).

Link copied to clipboard

The ID of the retrieved stream.

Link copied to clipboard

A map of tags associated with the stream.

Link copied to clipboard

The target definition for the stream destination.

Functions

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