class Aws::MemoryDB::Types::Shard
Represents a collection of nodes in a cluster. One node in the node group is the read/write primary node. All the other nodes are read-only Replica nodes.
@!attribute [rw] name
The name of the shard @return [String]
@!attribute [rw] status
The current state of this replication group - creating, available, modifying, deleting. @return [String]
@!attribute [rw] slots
The keyspace for this shard. @return [String]
@!attribute [rw] nodes
A list containing information about individual nodes within the shard @return [Array<Types::Node>]
@!attribute [rw] number_of_nodes
The number of nodes in the shard @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/memorydb-2021-01-01/Shard AWS API Documentation
Constants
- SENSITIVE