Class: Aws::DynamoDB::Types::ReplicaUpdate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#createTypes::CreateReplicaAction

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



7408
7409
7410
7411
7412
7413
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7408

class ReplicaUpdate < Struct.new(
  :create,
  :delete)
  SENSITIVE = []
  include Aws::Structure
end

#deleteTypes::DeleteReplicaAction

The name of the existing replica to be removed.



7408
7409
7410
7411
7412
7413
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 7408

class ReplicaUpdate < Struct.new(
  :create,
  :delete)
  SENSITIVE = []
  include Aws::Structure
end