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

Class: Aws::Kinesis::Types::ListStreamsOutput

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

Overview

Represents the output for ListStreams.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#has_more_streamsBoolean

If set to true, there are more streams available to list.

Returns:

  • (Boolean)

    If set to true, there are more streams available to list.

#stream_namesArray<String>

The names of the streams that are associated with the AWS account making the ListStreams request.

Returns:

  • (Array<String>)

    The names of the streams that are associated with the AWS account making the ListStreams request.