class Amazonite::Kinesis::ListStreamsInput

Overview

Represents the input for ListStreams.

Included Modules

Defined in:

kinesis/list_streams_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(limit : Int32 | Nil = nil, exclusive_start_stream_name : String | Nil = nil, next_token : String | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable pull : JSON::PullParser) #

[View source]

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 : String | Nil #

The name of the stream to start the list with.


[View source]
def exclusive_start_stream_name=(exclusive_start_stream_name : String | Nil) #

The name of the stream to start the list with.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


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.


[View source]
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.


[View source]
def next_token : String | Nil #

[View source]
def next_token=(next_token : String | Nil) #

[View source]
def validate! : Nil #

[View source]