class Amazonite::DynamoDB::KinesisStreamingDestinationOutput

Included Modules

Defined in:

dynamodb/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, enable_kinesis_streaming_configuration : EnableKinesisStreamingConfiguration | 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 current status of the replication.


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

The current status of the replication.


[View source]
def enable_kinesis_streaming_configuration : EnableKinesisStreamingConfiguration | Nil #

The destination for the Kinesis streaming information that is being enabled.


[View source]
def enable_kinesis_streaming_configuration=(enable_kinesis_streaming_configuration : EnableKinesisStreamingConfiguration | Nil) #

The destination for the Kinesis streaming information that is being enabled.


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

See Object#hash(hasher)


def stream_arn : String | Nil #

The ARN for the specific Kinesis data stream.


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

The ARN for the specific Kinesis data stream.


[View source]
def table_name : String | Nil #

The name of the table being modified.


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

The name of the table being modified.


[View source]
def validate! : Nil #

[View source]