Struct rusoto_rds::DBClusterMember [] [src]

pub struct DBClusterMember {
    pub db_cluster_parameter_group_status: Option<String>,
    pub db_instance_identifier: Option<String>,
    pub is_cluster_writer: Option<Boolean>,
    pub promotion_tier: Option<IntegerOptional>,
}

Contains information about an instance that is part of a DB cluster.

Fields

Specifies the status of the DB cluster parameter group for this member of the DB cluster.

Specifies the instance identifier for this member of the DB cluster.

Value that is true if the cluster member is the primary instance for the DB cluster and false otherwise.

A value that specifies the order in which an Aurora Replica is promoted to the primary instance after a failure of the existing primary instance. For more information, see Fault Tolerance for an Aurora DB Cluster.

Trait Implementations

impl Default for DBClusterMember
[src]

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

impl Debug for DBClusterMember
[src]

Formats the value using the given formatter.

impl Clone for DBClusterMember
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more