Struct rusoto_elasticache::TestFailoverMessage [] [src]

pub struct TestFailoverMessage {
    pub node_group_id: String,
    pub replication_group_id: String,
}

Fields

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.

The name of the replication group (console: cluster) whose automatic failover is being tested by this operation.

Trait Implementations

impl Default for TestFailoverMessage
[src]

Returns the "default value" for a type. Read more

impl Debug for TestFailoverMessage
[src]

Formats the value using the given formatter.

impl Clone for TestFailoverMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more