ListStreamsRequest

Represents the input of a ListStreams operation.

Types

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

Properties

Link copied to clipboard

The ARN (Amazon Resource Name) of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedStreamArn in the previous operation.

Link copied to clipboard
val limit: Int?

The maximum number of streams to return. The upper limit is 100.

Link copied to clipboard

If this parameter is provided, then only the streams associated with this table name are returned.

Functions

Link copied to clipboard
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