class Aws::DynamoDBStreams::Types::DescribeStreamInput

Represents the input of a `DescribeStream` operation.

@note When making an API call, you may pass DescribeStreamInput

data as a hash:

    {
      stream_arn: "StreamArn", # required
      limit: 1,
      exclusive_start_shard_id: "ShardId",
    }

@!attribute [rw] stream_arn

The Amazon Resource Name (ARN) for the stream.
@return [String]

@!attribute [rw] limit

The maximum number of shard objects to return. The upper limit is
100.
@return [Integer]

@!attribute [rw] exclusive_start_shard_id

The shard ID of the first item that this operation will evaluate.
Use the value that was returned for `LastEvaluatedShardId` in the
previous operation.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/streams-dynamodb-2012-08-10/DescribeStreamInput AWS API Documentation

Constants

SENSITIVE