class
Amazonite::Kinesis::ListStreamsInput
- Amazonite::Kinesis::ListStreamsInput
- Reference
- Object
Overview
Represents the input for ListStreams.
Included Modules
- JSON::Serializable
Defined in:
kinesis/list_streams_input.crConstructors
- .new(pull : JSON::PullParser)
- .new(limit : Int32 | Nil = nil, exclusive_start_stream_name : String | Nil = nil, next_token : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#exclusive_start_stream_name : String | Nil
The name of the stream to start the list with.
-
#exclusive_start_stream_name=(exclusive_start_stream_name : String | Nil)
The name of the stream to start the list with.
-
#hash(hasher)
See
Object#hash(hasher) -
#limit : Int32 | Nil
The maximum number of streams to list.
-
#limit=(limit : Int32 | Nil)
The maximum number of streams to list.
- #next_token : String | Nil
- #next_token=(next_token : String | Nil)
- #validate! : Nil
Constructor Detail
def self.new(limit : Int32 | Nil = nil, exclusive_start_stream_name : String | Nil = nil, next_token : String | Nil = nil)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
def exclusive_start_stream_name=(exclusive_start_stream_name : String | Nil)
#
The name of the stream to start the list with.
def limit : Int32 | Nil
#
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.
def limit=(limit : Int32 | Nil)
#
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.