class Amazonite::DynamoDBV2::KinesisStreamingDestinationOutput

Included Modules

Defined in:

dynamodb_v2/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) #

[View source]

Instance Method Detail

def destination_status : DestinationStatus | Nil #

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

[View source]
def stream_arn : String | Nil #

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

[View source]
def table_name : String | Nil #

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

[View source]