You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DynamoDBStreams::Types::ListStreamsInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListStreamsInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Represents the input of a ListStreams operation.

Instance Attribute Summary collapse

Instance Attribute Details

#exclusive_start_stream_arnString

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.

Returns:

  • (String)

    The ARN (Amazon Resource Name) of the first item that this operation will evaluate.

#limitInteger

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

Returns:

  • (Integer)

    The maximum number of streams to return.

#table_nameString

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

Returns:

  • (String)

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