Class: Aws::ElastiCache::Types::DisassociateGlobalReplicationGroupMessage

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_group_idString

The name of the Global datastore

Returns:

  • (String)


4891
4892
4893
4894
4895
4896
4897
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4891

class DisassociateGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :replication_group_id,
  :replication_group_region)
  SENSITIVE = []
  include Aws::Structure
end

#replication_group_idString

The name of the secondary cluster you wish to remove from the Global datastore

Returns:

  • (String)


4891
4892
4893
4894
4895
4896
4897
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4891

class DisassociateGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :replication_group_id,
  :replication_group_region)
  SENSITIVE = []
  include Aws::Structure
end

#replication_group_regionString

The Amazon region of secondary cluster you wish to remove from the Global datastore

Returns:

  • (String)


4891
4892
4893
4894
4895
4896
4897
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 4891

class DisassociateGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :replication_group_id,
  :replication_group_region)
  SENSITIVE = []
  include Aws::Structure
end