DescribeStreamRequest

Represents the input of a DescribeStream operation.

Types

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

Properties

Link copied to clipboard

The shard ID of the first item that this operation will evaluate. Use the value that was returned for LastEvaluatedShardId in the previous operation.

Link copied to clipboard
val limit: Int?

The maximum number of shard objects to return. The upper limit is 100.

Link copied to clipboard

This optional field contains the filter definition for the DescribeStream API.

Link copied to clipboard

The Amazon Resource Name (ARN) for the stream.

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