class Amazonite::Kinesis::ListStreamsOutput

Overview

Represents the output for ListStreams.

Included Modules

Defined in:

kinesis/list_streams_output.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(stream_names : Array(String), has_more_streams : Bool, next_token : String | Nil = nil, stream_summaries : Array(StreamSummary) | Nil = nil) #

[View source]
def self.new(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 has_more_streams : Bool #

If set to true, there are more streams available to list.


[View source]
def has_more_streams=(has_more_streams : Bool) #

If set to true, there are more streams available to list.


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

See Object#hash(hasher)


def next_token : String | Nil #

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

[View source]
def stream_names : Array(String) #

The names of the streams that are associated with the Amazon Web Services account making the ListStreams request.


[View source]
def stream_names=(stream_names : Array(String)) #

The names of the streams that are associated with the Amazon Web Services account making the ListStreams request.


[View source]
def stream_summaries : Array(StreamSummary) | Nil #

[View source]
def stream_summaries=(stream_summaries : Array(StreamSummary) | Nil) #

[View source]
def validate! : Nil #

[View source]