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)


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