Struct rusoto_rds::FailoverDBClusterMessage [] [src]

pub struct FailoverDBClusterMessage {
    pub db_cluster_identifier: Option<String>,
    pub target_db_instance_identifier: Option<String>,
}

Fields

A DB cluster identifier to force a failover for. This parameter is not case-sensitive.

Constraints:

  • Must match the identifier of an existing DBCluster.

The name of the instance to promote to the primary instance.

You must specify the instance identifier for an Aurora Replica in the DB cluster. For example, mydbcluster-replica1.

Trait Implementations

impl Default for FailoverDBClusterMessage
[src]

[src]

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

impl Debug for FailoverDBClusterMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for FailoverDBClusterMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations