class Amazonite::Kinesis::RegisterStreamConsumerInput

Included Modules

Defined in:

kinesis/register_stream_consumer_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(stream_arn : String, consumer_name : String, stream_id : String | Nil = nil, tags : Hash(String, 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 consumer_name : String #

For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.


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

For a given Kinesis data stream, each consumer must have a unique name. However, consumer names don't have to be unique across data streams.


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

See Object#hash(hasher)


def stream_arn : String #

The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.


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

The ARN of the Kinesis data stream that you want to register the consumer with. For more info, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.


[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 tags : Hash(String, String) | Nil #

A set of up to 50 key-value pairs. A tag consists of a required key and an optional value.


[View source]
def tags=(tags : Hash(String, String) | Nil) #

A set of up to 50 key-value pairs. A tag consists of a required key and an optional value.


[View source]
def validate! : Nil #

[View source]