Class: Aws::Kinesis::Types::ListStreamsInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb

Overview

Represents the input for ListStreams.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exclusive_start_stream_nameString

The name of the stream to start the list with.

Returns:

  • (String)


1280
1281
1282
1283
1284
1285
1286
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1280

class ListStreamsInput < Struct.new(
  :limit,
  :exclusive_start_stream_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

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.

Returns:

  • (Integer)


1280
1281
1282
1283
1284
1285
1286
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1280

class ListStreamsInput < Struct.new(
  :limit,
  :exclusive_start_stream_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Returns:

  • (String)


1280
1281
1282
1283
1284
1285
1286
# File 'gems/aws-sdk-kinesis/lib/aws-sdk-kinesis/types.rb', line 1280

class ListStreamsInput < Struct.new(
  :limit,
  :exclusive_start_stream_name,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end