class Amazonite::Kinesis::DescribeStreamConsumerInput

Included Modules

Defined in:

kinesis/describe_stream_consumer_input.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(stream_arn : String | Nil = nil, consumer_name : String | Nil = nil, consumer_arn : String | Nil = nil, stream_id : 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 consumer_arn : String | Nil #

The ARN returned by Kinesis Data Streams when you registered the consumer.


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

The ARN returned by Kinesis Data Streams when you registered the consumer.


[View source]
def consumer_name : String | Nil #

The name that you gave to the consumer.


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

The name that you gave to the consumer.


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

See Object#hash(hasher)


def stream_arn : String | Nil #

The ARN of the Kinesis data stream that the consumer is registered with. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.


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

The ARN of the Kinesis data stream that the consumer is registered with. For more information, 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 validate! : Nil #

[View source]