Class: Aws::ElastiCache::Types::DeleteGlobalReplicationGroupMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3447
3448
3449
3450
3451
3452
# File 'lib/aws-sdk-elasticache/types.rb', line 3447

class DeleteGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :retain_primary_replication_group)
  SENSITIVE = []
  include Aws::Structure
end

#retain_primary_replication_groupBoolean

The primary replication group is retained as a standalone replication group.

Returns:

  • (Boolean)


3447
3448
3449
3450
3451
3452
# File 'lib/aws-sdk-elasticache/types.rb', line 3447

class DeleteGlobalReplicationGroupMessage < Struct.new(
  :global_replication_group_id,
  :retain_primary_replication_group)
  SENSITIVE = []
  include Aws::Structure
end