class Aws::DynamoDBStreams::Types::ListStreamsInput

Represents the input of a `ListStreams` operation.

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

data as a hash:

    {
      table_name: "TableName",
      limit: 1,
      exclusive_start_stream_arn: "StreamArn",
    }

@!attribute [rw] table_name

If this parameter is provided, then only the streams associated with
this table name are returned.
@return [String]

@!attribute [rw] limit

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

@!attribute [rw] exclusive_start_stream_arn

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.
@return [String]

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

Constants

SENSITIVE