Class: Aws::ElastiCache::Types::GlobalNodeGroup

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticache/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

Instance Attribute Details

#global_node_group_idString

The name of the global node group

Returns:

  • (String)


5193
5194
5195
5196
5197
5198
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5193

class GlobalNodeGroup < Struct.new(
  :global_node_group_id,
  :slots)
  SENSITIVE = []
  include Aws::Structure
end

#slotsString

The keyspace for this node group

Returns:

  • (String)


5193
5194
5195
5196
5197
5198
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 5193

class GlobalNodeGroup < Struct.new(
  :global_node_group_id,
  :slots)
  SENSITIVE = []
  include Aws::Structure
end