class Amazonite::DynamoDB::ReplicaUpdate

Overview

Represents one of the following:

Included Modules

Defined in:

dynamodb/replica_update.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(create : CreateReplicaAction | Nil = nil, delete : DeleteReplicaAction | Nil = nil) #

[View source]
def self.new(*, __pull_for_json_serializable 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 create : CreateReplicaAction | Nil #

The parameters required for creating a replica on an existing global table.


[View source]
def create=(create : CreateReplicaAction | Nil) #

The parameters required for creating a replica on an existing global table.


[View source]
def delete : DeleteReplicaAction | Nil #

The name of the existing replica to be removed.


[View source]
def delete=(delete : DeleteReplicaAction | Nil) #

The name of the existing replica to be removed.


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

See Object#hash(hasher)


def validate! : Nil #

[View source]