Class: Aws::ElastiCache::Types::RebalanceSlotsInGlobalReplicationGroupResult

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#global_replication_groupTypes::GlobalReplicationGroup

Consists of a primary cluster that accepts writes and an associated secondary cluster that resides in a different Amazon region. The secondary cluster accepts only reads. The primary cluster automatically replicates updates to the secondary cluster.

  • The GlobalReplicationGroupIdSuffix represents the name of the Global datastore, which is what you use to associate a secondary cluster.

^



7436
7437
7438
7439
7440
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 7436

class RebalanceSlotsInGlobalReplicationGroupResult < Struct.new(
  :global_replication_group)
  SENSITIVE = []
  include Aws::Structure
end