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

Class: Aws::ElastiCache::Types::TestFailoverMessage

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

Overview

Note:

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

{
  replication_group_id: "String", # required
  node_group_id: "AllowedNodeGroupId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#node_group_idString

The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.

Returns:

  • (String)

    The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested.

#replication_group_idString

The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

Returns:

  • (String)

    The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.