class Amazonite::DynamoDB::UpdateKinesisStreamingDestinationOutput

Included Modules

Defined in:

dynamodb/update_kinesis_streaming_destination_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(table_name : String | Nil = nil, stream_arn : String | Nil = nil, destination_status : DestinationStatus | Nil = nil, update_kinesis_streaming_configuration : UpdateKinesisStreamingConfiguration | 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 destination_status : DestinationStatus | Nil #

The status of the attempt to update the Kinesis streaming destination output.


[View source]
def destination_status=(destination_status : DestinationStatus | Nil) #

The status of the attempt to update the Kinesis streaming destination output.


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

See Object#hash(hasher)


def stream_arn : String | Nil #

The ARN for the Kinesis stream input.


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

The ARN for the Kinesis stream input.


[View source]
def table_name : String | Nil #

The table name for the Kinesis streaming destination output.


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

The table name for the Kinesis streaming destination output.


[View source]
def update_kinesis_streaming_configuration : UpdateKinesisStreamingConfiguration | Nil #

The command to update the Kinesis streaming destination configuration.


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

The command to update the Kinesis streaming destination configuration.


[View source]
def validate! : Nil #

[View source]