class Amazonite::Kinesis::StreamSummary

Overview

The summary of a stream.

Included Modules

Defined in:

kinesis/stream_summary.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(stream_name : String, stream_arn : String, stream_status : StreamStatus, stream_mode_details : StreamModeDetails | Nil = nil, stream_creation_timestamp : Time | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, __pull_for_json_serializable 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 ARN of the stream.


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

The ARN of the stream.


[View source]
def stream_creation_timestamp : Time | Nil #

The timestamp at which the stream was created.


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

The timestamp at which the stream was created.


[View source]
def stream_mode_details : StreamModeDetails | Nil #

[View source]
def stream_mode_details=(stream_mode_details : StreamModeDetails | Nil) #

[View source]
def stream_name : String #

The name of a stream.


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

The name of a stream.


[View source]
def stream_status : StreamStatus #

The status of the stream.


[View source]
def stream_status=(stream_status : StreamStatus) #

The status of the stream.


[View source]
def validate! : Nil #

[View source]