class Amazonite::Kinesis::ChannelStreamDescription

Overview

Describes the source stream of a channel.

Included Modules

Defined in:

kinesis/channel_stream_description.cr

Constructors

Instance Method Summary

Constructor Detail

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

[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 record_configuration : RecordConfiguration #

The record format configuration for the source stream.


[View source]
def record_configuration=(record_configuration : RecordConfiguration) #

The record format configuration for the source stream.


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