class Amazonite::Kinesis::ListChannelsInput

Included Modules

Defined in:

kinesis/list_channels_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(stream_filter : Array(StreamFilter) | Nil = nil, max_results : Int32 | Nil = nil, next_token : String | Nil = nil) #

[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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def max_results : Int32 | Nil #

The maximum number of channels to return in a single call. The default value is 100. If you specify a value greater than 100, at most 100 results are returned.


[View source]
def max_results=(max_results : Int32 | Nil) #

The maximum number of channels to return in a single call. 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 #

The pagination token returned by a previous call. Specify this token to retrieve the next page of results. This value is null when there are no more results to return.


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

The pagination token returned by a previous call. Specify this token to retrieve the next page of results. This value is null when there are no more results to return.


[View source]
def stream_filter : Array(StreamFilter) | Nil #

Filters the results to channels associated with the specified streams.


[View source]
def stream_filter=(stream_filter : Array(StreamFilter) | Nil) #

Filters the results to channels associated with the specified streams.


[View source]
def validate! : Nil #

[View source]