Class: Aws::MemoryDB::Types::ShardConfigurationRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-memorydb/types.rb

Overview

A request to configure the sharding properties of a cluster

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#shard_countInteger

The number of shards in the cluster

Returns:

  • (Integer)


3018
3019
3020
3021
3022
# File 'lib/aws-sdk-memorydb/types.rb', line 3018

class ShardConfigurationRequest < Struct.new(
  :shard_count)
  SENSITIVE = []
  include Aws::Structure
end