class Amazonite::DynamoDB::UpdateKinesisStreamingDestinationInput

Included Modules

Defined in:

dynamodb/update_kinesis_streaming_destination_input.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(table_name : String, stream_arn : String, update_kinesis_streaming_configuration : UpdateKinesisStreamingConfiguration | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def stream_arn : String #

The Amazon Resource Name (ARN) for the Kinesis stream input.


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

The Amazon Resource Name (ARN) for the Kinesis stream input.


[View source]
def table_name : String #

The table name for the Kinesis streaming destination input. You can also provide the ARN of the table in this parameter.


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

The table name for the Kinesis streaming destination input. You can also provide the ARN of the table in this parameter.


[View source]
def update_kinesis_streaming_configuration : UpdateKinesisStreamingConfiguration | Nil #

The command to update the Kinesis stream configuration.


[View source]
def update_kinesis_streaming_configuration=(update_kinesis_streaming_configuration : UpdateKinesisStreamingConfiguration | Nil) #

The command to update the Kinesis stream configuration.


[View source]
def validate! : Nil #

[View source]