Class: Aws::ElastiCache::Types::GlobalNodeGroup
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::GlobalNodeGroup
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Indicates the slot configuration and global identifier for a slice group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#global_node_group_id ⇒ String
The name of the global node group.
-
#slots ⇒ String
The keyspace for this node group.
Instance Attribute Details
#global_node_group_id ⇒ String
The name of the global node group
5199 5200 5201 5202 5203 5204 |
# File 'lib/aws-sdk-elasticache/types.rb', line 5199 class GlobalNodeGroup < Struct.new( :global_node_group_id, :slots) SENSITIVE = [] include Aws::Structure end |
#slots ⇒ String
The keyspace for this node group
5199 5200 5201 5202 5203 5204 |
# File 'lib/aws-sdk-elasticache/types.rb', line 5199 class GlobalNodeGroup < Struct.new( :global_node_group_id, :slots) SENSITIVE = [] include Aws::Structure end |