Struct aws_sdk_memorydb::model::ShardConfigurationRequest
source · #[non_exhaustive]pub struct ShardConfigurationRequest { /* private fields */ }
Expand description
A request to configure the sharding properties of a cluster
Implementations§
source§impl ShardConfigurationRequest
impl ShardConfigurationRequest
sourcepub fn shard_count(&self) -> i32
pub fn shard_count(&self) -> i32
The number of shards in the cluster
source§impl ShardConfigurationRequest
impl ShardConfigurationRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ShardConfigurationRequest
.
Trait Implementations§
source§impl Clone for ShardConfigurationRequest
impl Clone for ShardConfigurationRequest
source§fn clone(&self) -> ShardConfigurationRequest
fn clone(&self) -> ShardConfigurationRequest
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 ShardConfigurationRequest
impl Debug for ShardConfigurationRequest
source§impl PartialEq<ShardConfigurationRequest> for ShardConfigurationRequest
impl PartialEq<ShardConfigurationRequest> for ShardConfigurationRequest
source§fn eq(&self, other: &ShardConfigurationRequest) -> bool
fn eq(&self, other: &ShardConfigurationRequest) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.