You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteGlobalReplicationGroupMessage as input to an Aws::Client method, you can use a vanilla Hash:

{
  global_replication_group_id: "String", # required
  retain_primary_replication_group: false, # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#global_replication_group_idString

The name of the Global Datastore

Returns:

  • (String)

    The name of the Global Datastore.

#retain_primary_replication_groupBoolean

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

Returns:

  • (Boolean)

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