Struct aws_sdk_rds::model::DbParameterGroupStatus
source · [−]#[non_exhaustive]pub struct DbParameterGroupStatus { /* private fields */ }Expand description
The status of the DB parameter group.
This data type is used as a response element in the following actions:
-
CreateDBInstance -
CreateDBInstanceReadReplica -
DeleteDBInstance -
ModifyDBInstance -
RebootDBInstance -
RestoreDBInstanceFromDBSnapshot
Implementations
sourceimpl DbParameterGroupStatus
impl DbParameterGroupStatus
sourcepub fn db_parameter_group_name(&self) -> Option<&str>
pub fn db_parameter_group_name(&self) -> Option<&str>
The name of the DB parameter group.
sourcepub fn parameter_apply_status(&self) -> Option<&str>
pub fn parameter_apply_status(&self) -> Option<&str>
The status of parameter updates.
sourceimpl DbParameterGroupStatus
impl DbParameterGroupStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DbParameterGroupStatus.
Trait Implementations
sourceimpl Clone for DbParameterGroupStatus
impl Clone for DbParameterGroupStatus
sourcefn clone(&self) -> DbParameterGroupStatus
fn clone(&self) -> DbParameterGroupStatus
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 DbParameterGroupStatus
impl Debug for DbParameterGroupStatus
sourceimpl PartialEq<DbParameterGroupStatus> for DbParameterGroupStatus
impl PartialEq<DbParameterGroupStatus> for DbParameterGroupStatus
sourcefn eq(&self, other: &DbParameterGroupStatus) -> bool
fn eq(&self, other: &DbParameterGroupStatus) -> bool
impl StructuralPartialEq for DbParameterGroupStatus
Auto Trait Implementations
impl RefUnwindSafe for DbParameterGroupStatus
impl Send for DbParameterGroupStatus
impl Sync for DbParameterGroupStatus
impl Unpin for DbParameterGroupStatus
impl UnwindSafe for DbParameterGroupStatus
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