View source: R/kinesis_operations.R
| kinesis_list_streams | R Documentation | 
Lists your Kinesis data streams.
See https://www.paws-r-sdk.com/docs/kinesis_list_streams/ for full documentation.
kinesis_list_streams(
  Limit = NULL,
  ExclusiveStartStreamName = NULL,
  NextToken = NULL
)
Limit | 
 The maximum number of streams to list. The default value is 100. If you specify a value greater than 100, at most 100 results are returned.  | 
ExclusiveStartStreamName | 
 The name of the stream to start the list with.  | 
NextToken | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.