class Amazonite::Kinesis::MergeShardsInput

Overview

Represents the input for MergeShards.

Included Modules

Defined in:

kinesis/merge_shards_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(shard_to_merge : String, adjacent_shard_to_merge : String, stream_name : String | Nil = nil, stream_arn : String | Nil = nil, stream_id : String | Nil = nil) #

[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 adjacent_shard_to_merge : String #

The shard ID of the adjacent shard for the merge.


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

The shard ID of the adjacent shard for the merge.


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

See Object#hash(hasher)


def shard_to_merge : String #

The shard ID of the shard to combine with the adjacent shard for the merge.


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

The shard ID of the shard to combine with the adjacent shard for the merge.


[View source]
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_id : String | Nil #

Not Implemented. Reserved for future use.


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

Not Implemented. Reserved for future use.


[View source]
def stream_name : String | Nil #

The name of the stream for the merge.


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

The name of the stream for the merge.


[View source]
def validate! : Nil #

[View source]