Struct aws_sdk_rds::model::ClusterPendingModifiedValues
source · [−]#[non_exhaustive]pub struct ClusterPendingModifiedValues { /* private fields */ }Expand description
This data type is used as a response element in the ModifyDBCluster operation and contains changes that will be applied during the next maintenance window.
Implementations
sourceimpl ClusterPendingModifiedValues
impl ClusterPendingModifiedValues
sourcepub fn pending_cloudwatch_logs_exports(
&self
) -> Option<&PendingCloudwatchLogsExports>
pub fn pending_cloudwatch_logs_exports(
&self
) -> Option<&PendingCloudwatchLogsExports>
A list of the log types whose configuration is still pending. In other words, these log types are in the process of being activated or deactivated.
sourcepub fn db_cluster_identifier(&self) -> Option<&str>
pub fn db_cluster_identifier(&self) -> Option<&str>
The DBClusterIdentifier value for the DB cluster.
sourcepub fn master_user_password(&self) -> Option<&str>
pub fn master_user_password(&self) -> Option<&str>
The master credentials for the DB cluster.
sourcepub fn iam_database_authentication_enabled(&self) -> Option<bool>
pub fn iam_database_authentication_enabled(&self) -> Option<bool>
A value that indicates whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.
sourcepub fn engine_version(&self) -> Option<&str>
pub fn engine_version(&self) -> Option<&str>
The database engine version.
sourceimpl ClusterPendingModifiedValues
impl ClusterPendingModifiedValues
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ClusterPendingModifiedValues.
Trait Implementations
sourceimpl Clone for ClusterPendingModifiedValues
impl Clone for ClusterPendingModifiedValues
sourcefn clone(&self) -> ClusterPendingModifiedValues
fn clone(&self) -> ClusterPendingModifiedValues
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ClusterPendingModifiedValues
impl Debug for ClusterPendingModifiedValues
sourceimpl PartialEq<ClusterPendingModifiedValues> for ClusterPendingModifiedValues
impl PartialEq<ClusterPendingModifiedValues> for ClusterPendingModifiedValues
sourcefn eq(&self, other: &ClusterPendingModifiedValues) -> bool
fn eq(&self, other: &ClusterPendingModifiedValues) -> bool
impl StructuralPartialEq for ClusterPendingModifiedValues
Auto Trait Implementations
impl RefUnwindSafe for ClusterPendingModifiedValues
impl Send for ClusterPendingModifiedValues
impl Sync for ClusterPendingModifiedValues
impl Unpin for ClusterPendingModifiedValues
impl UnwindSafe for ClusterPendingModifiedValues
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more