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

Class: Aws::ElastiCache::Types::GlobalReplicationGroupMember

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

Overview

A member of a Global Datastore. It contains the Replication Group Id, the AWS region and the role of the replication group.

Instance Attribute Summary collapse

Instance Attribute Details

#automatic_failoverString

Indicates whether automatic failover is enabled for the replication group.

Possible values:

  • enabled
  • disabled
  • enabling
  • disabling

Returns:

  • (String)

    Indicates whether automatic failover is enabled for the replication group.

#replication_group_idString

The replication group id of the Global Datastore member.

Returns:

  • (String)

    The replication group id of the Global Datastore member.

#replication_group_regionString

The AWS region of the Global Datastore member.

Returns:

  • (String)

    The AWS region of the Global Datastore member.

#roleString

Indicates the role of the replication group, primary or secondary.

Returns:

  • (String)

    Indicates the role of the replication group, primary or secondary.

#statusString

The status of the membership of the replication group.

Returns:

  • (String)

    The status of the membership of the replication group.