Struct aws_sdk_memorydb::input::FailoverShardInput
source · #[non_exhaustive]pub struct FailoverShardInput { /* private fields */ }
Implementations§
source§impl FailoverShardInput
impl FailoverShardInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<FailoverShard, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<FailoverShard, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<FailoverShard
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FailoverShardInput
.
source§impl FailoverShardInput
impl FailoverShardInput
sourcepub fn cluster_name(&self) -> Option<&str>
pub fn cluster_name(&self) -> Option<&str>
The cluster being failed over
sourcepub fn shard_name(&self) -> Option<&str>
pub fn shard_name(&self) -> Option<&str>
The name of the shard
Trait Implementations§
source§impl Clone for FailoverShardInput
impl Clone for FailoverShardInput
source§fn clone(&self) -> FailoverShardInput
fn clone(&self) -> FailoverShardInput
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 FailoverShardInput
impl Debug for FailoverShardInput
source§impl PartialEq<FailoverShardInput> for FailoverShardInput
impl PartialEq<FailoverShardInput> for FailoverShardInput
source§fn eq(&self, other: &FailoverShardInput) -> bool
fn eq(&self, other: &FailoverShardInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.