class
Amazonite::DynamoDB::ReplicaUpdate
- Amazonite::DynamoDB::ReplicaUpdate
- Reference
- Object
Overview
Represents one of the following:
-
A new replica to be added to an existing global table.
-
New parameters for an existing replica.
-
An existing replica to be removed from an existing global table.
Included Modules
- JSON::Serializable
Defined in:
dynamodb/replica_update.crConstructors
- .new(pull : JSON::PullParser)
- .new(create : CreateReplicaAction | Nil = nil, delete : DeleteReplicaAction | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#create : CreateReplicaAction | Nil
The parameters required for creating a replica on an existing global table.
-
#create=(create : CreateReplicaAction | Nil)
The parameters required for creating a replica on an existing global table.
-
#delete : DeleteReplicaAction | Nil
The name of the existing replica to be removed.
-
#delete=(delete : DeleteReplicaAction | Nil)
The name of the existing replica to be removed.
-
#hash(hasher)
See
Object#hash(hasher) - #validate! : Nil
Constructor Detail
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.
def create=(create : CreateReplicaAction | Nil)
#
The parameters required for creating a replica on an existing global table.