class Amazonite::Kinesis::ChannelStreamIdentifier

Overview

Identifies a source stream associated with a channel.

Included Modules

Defined in:

kinesis/channel_stream_identifier.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(stream_arn : String, stream_creation_timestamp : Time) #

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

See Object#hash(hasher)


def stream_arn : String #

The Amazon Resource Name (ARN) of the source Kinesis data stream.


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

The Amazon Resource Name (ARN) of the source Kinesis data stream.


[View source]
def stream_creation_timestamp : Time #

The time at which the source stream was created.


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

The time at which the source stream was created.


[View source]
def validate! : Nil #

[View source]