Class: Aws::MemoryDB::Types::ShardConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MemoryDB::Types::ShardConfigurationRequest
- 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
-
#shard_count ⇒ Integer
The number of shards in the cluster.
Instance Attribute Details
#shard_count ⇒ Integer
The number of shards in the cluster
2713 2714 2715 2716 2717 |
# File 'lib/aws-sdk-memorydb/types.rb', line 2713 class ShardConfigurationRequest < Struct.new( :shard_count) SENSITIVE = [] include Aws::Structure end |