class Amazonite::DynamoDB::ReplicationGroupUpdate

Overview

Represents one of the following:

When you manually remove a table or global table replica, you do not automatically remove any associated scalable targets, scaling policies, or CloudWatch alarms.

Included Modules

Defined in:

dynamodb/replication_group_update.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(create : CreateReplicationGroupMemberAction | Nil = nil, update : UpdateReplicationGroupMemberAction | Nil = nil, delete : DeleteReplicationGroupMemberAction | 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?.


The parameters required for creating a replica for the table.


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

The parameters required for creating a replica for the table.


[View source]

The parameters required for deleting a replica for the table.


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

The parameters required for deleting a replica for the table.


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

See Object#hash(hasher)


The parameters required for updating a replica for the table.


[View source]
def update=(update : UpdateReplicationGroupMemberAction | Nil) #

The parameters required for updating a replica for the table.


[View source]
def validate! : Nil #

[View source]