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

Class: Aws::IoT::Types::ListStreamsRequest

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

Overview

Note:

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

{
  max_results: 1,
  next_token: "NextToken",
  ascending_order: false,
}

Instance Attribute Summary collapse

Instance Attribute Details

#ascending_orderBoolean

Set to true to return the list of streams in ascending order.

Returns:

  • (Boolean)

    Set to true to return the list of streams in ascending order.

#max_resultsInteger

The maximum number of results to return at a time.

Returns:

  • (Integer)

    The maximum number of results to return at a time.

#next_tokenString

A token used to get the next set of results.

Returns:

  • (String)

    A token used to get the next set of results.