Struct aws_sdk_securityhub::model::AwsRdsDbClusterMember [−][src]
#[non_exhaustive]pub struct AwsRdsDbClusterMember {
pub is_cluster_writer: bool,
pub promotion_tier: i32,
pub db_instance_identifier: Option<String>,
pub db_cluster_parameter_group_status: Option<String>,
}
Expand description
Information about an instance in the DB cluster.
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.is_cluster_writer: bool
Whether the cluster member is the primary instance for the DB cluster.
promotion_tier: i32
Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.
db_instance_identifier: Option<String>
The instance identifier for this member of the DB cluster.
db_cluster_parameter_group_status: Option<String>
The status of the DB cluster parameter group for this member of the DB cluster.
Implementations
Whether the cluster member is the primary instance for the DB cluster.
Specifies the order in which an Aurora replica is promoted to the primary instance when the existing primary instance fails.
The instance identifier for this member of the DB cluster.
The status of the DB cluster parameter group for this member of the DB cluster.
Creates a new builder-style object to manufacture AwsRdsDbClusterMember
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 AwsRdsDbClusterMember
impl Send for AwsRdsDbClusterMember
impl Sync for AwsRdsDbClusterMember
impl Unpin for AwsRdsDbClusterMember
impl UnwindSafe for AwsRdsDbClusterMember
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