class Amazonite::Kinesis::DescribeStreamOutput

Overview

Represents the output for DescribeStream.

Included Modules

Defined in:

kinesis/describe_stream_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(stream_description : StreamDescription) #

[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_description : StreamDescription #

The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.


[View source]
def stream_description=(stream_description : StreamDescription) #

The current status of the stream, the stream Amazon Resource Name (ARN), an array of shard objects that comprise the stream, and whether there are more shards available.


[View source]
def validate! : Nil #

[View source]