Struct aws_sdk_memorydb::model::ShardConfiguration
source · #[non_exhaustive]pub struct ShardConfiguration { /* private fields */ }
Expand description
Shard configuration options. Each shard configuration has the following: Slots and ReplicaCount.
Implementations§
source§impl ShardConfiguration
impl ShardConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ShardConfiguration
.
Trait Implementations§
source§impl Clone for ShardConfiguration
impl Clone for ShardConfiguration
source§fn clone(&self) -> ShardConfiguration
fn clone(&self) -> ShardConfiguration
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ShardConfiguration
impl Debug for ShardConfiguration
source§impl PartialEq<ShardConfiguration> for ShardConfiguration
impl PartialEq<ShardConfiguration> for ShardConfiguration
source§fn eq(&self, other: &ShardConfiguration) -> bool
fn eq(&self, other: &ShardConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.