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

Class: Aws::Kinesis::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:

{
  limit: 1,
  exclusive_start_stream_name: "StreamName",
}

Represents the input for ListStreams.

Instance Attribute Summary collapse

Instance Attribute Details

#exclusive_start_stream_nameString

The name of the stream to start the list with.

Returns:

  • (String)

    The name of the stream to start the list with.

#limitInteger

The maximum number of streams to list.

Returns:

  • (Integer)

    The maximum number of streams to list.