Class: Aws::MemoryDB::Types::ShardConfigurationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MemoryDB::Types::ShardConfigurationRequest
 
- Defined in:
- gems/aws-sdk-memorydb/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
| 3311 3312 3313 3314 3315 | # File 'gems/aws-sdk-memorydb/lib/aws-sdk-memorydb/types.rb', line 3311 class ShardConfigurationRequest < Struct.new( :shard_count) SENSITIVE = [] include Aws::Structure end |