Struct aws_sdk_memorydb::model::ShardConfiguration  [−][src]
#[non_exhaustive]pub struct ShardConfiguration {
    pub slots: Option<String>,
    pub replica_count: Option<i32>,
}Expand description
Shard configuration options. Each shard configuration has the following: Slots and ReplicaCount.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional 
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.slots: Option<String>A string that specifies the keyspace for a particular node group. Keyspaces range from 0 to 16,383. The string is in the format startkey-endkey.
replica_count: Option<i32>The number of read replica nodes in this shard.
Implementations
Creates a new builder-style object to manufacture ShardConfiguration
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ShardConfiguration
impl Send for ShardConfiguration
impl Sync for ShardConfiguration
impl Unpin for ShardConfiguration
impl UnwindSafe for ShardConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
