class Amazonite::Kinesis::StreamFilter

Overview

Filters ListChannels results by source stream.

Included Modules

Defined in:

kinesis/stream_filter.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(stream_arn : String, stream_creation_timestamp : Time | 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 stream_arn : String #

The Amazon Resource Name (ARN) of the source stream to filter by.


[View source]
def stream_arn=(stream_arn : String) #

The Amazon Resource Name (ARN) of the source stream to filter by.


[View source]
def stream_creation_timestamp : Time | Nil #

The creation timestamp of the source stream.


[View source]
def stream_creation_timestamp=(stream_creation_timestamp : Time | Nil) #

The creation timestamp of the source stream.


[View source]
def validate! : Nil #

[View source]