Struct aws_sdk_securityhub::model::aws_rds_db_status_info::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AwsRdsDbStatusInfo
Implementations
The type of status. For a read replica, the status type is read replication.
The type of status. For a read replica, the status type is read replication.
Whether the read replica instance is operating normally.
Whether the read replica instance is operating normally.
The status of the read replica instance.
If the read replica is currently in an error state, provides the error details.
If the read replica is currently in an error state, provides the error details.
Consumes the builder and constructs a AwsRdsDbStatusInfo
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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