Struct aws_sdk_elasticache::input::TestFailoverInput
source ·
[−]#[non_exhaustive]pub struct TestFailoverInput {
pub replication_group_id: Option<String>,
pub node_group_id: Option<String>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.replication_group_id: Option<String>
The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.
node_group_id: Option<String>
The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TestFailover, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<TestFailover, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<TestFailover
>
Creates a new builder-style object to manufacture TestFailoverInput
The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.
The name of the node group (called shard in the console) in this replication group on which automatic failover is to be tested. You may test automatic failover on up to 5 node groups in any rolling 24-hour period.
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 TestFailoverInput
impl Send for TestFailoverInput
impl Sync for TestFailoverInput
impl Unpin for TestFailoverInput
impl UnwindSafe for TestFailoverInput
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