class Amazonite::Kinesis::UpdateShardCountOutput

Included Modules

Defined in:

kinesis/update_shard_count_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(stream_name : String | Nil = nil, current_shard_count : Int32 | Nil = nil, target_shard_count : Int32 | Nil = nil, stream_arn : String | 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 current_shard_count : Int32 | Nil #

The current number of shards.


[View source]
def current_shard_count=(current_shard_count : Int32 | Nil) #

The current number of shards.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def stream_arn : String | Nil #

The ARN of the stream.


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

The ARN of the stream.


[View source]
def stream_name : String | Nil #

The name of the stream.


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

The name of the stream.


[View source]
def target_shard_count : Int32 | Nil #

The updated number of shards.


[View source]
def target_shard_count=(target_shard_count : Int32 | Nil) #

The updated number of shards.


[View source]
def validate! : Nil #

[View source]