Struct aws_sdk_rds::output::ModifyDbParameterGroupOutput
source · [−]#[non_exhaustive]pub struct ModifyDbParameterGroupOutput { /* private fields */ }Expand description
Contains the result of a successful invocation of the ModifyDBParameterGroup or ResetDBParameterGroup action.
Implementations
sourceimpl ModifyDbParameterGroupOutput
impl ModifyDbParameterGroupOutput
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.
sourceimpl ModifyDbParameterGroupOutput
impl ModifyDbParameterGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyDbParameterGroupOutput.
Trait Implementations
sourceimpl Clone for ModifyDbParameterGroupOutput
impl Clone for ModifyDbParameterGroupOutput
sourcefn clone(&self) -> ModifyDbParameterGroupOutput
fn clone(&self) -> ModifyDbParameterGroupOutput
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 ModifyDbParameterGroupOutput
impl Debug for ModifyDbParameterGroupOutput
sourceimpl PartialEq<ModifyDbParameterGroupOutput> for ModifyDbParameterGroupOutput
impl PartialEq<ModifyDbParameterGroupOutput> for ModifyDbParameterGroupOutput
sourcefn eq(&self, other: &ModifyDbParameterGroupOutput) -> bool
fn eq(&self, other: &ModifyDbParameterGroupOutput) -> bool
impl StructuralPartialEq for ModifyDbParameterGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for ModifyDbParameterGroupOutput
impl Send for ModifyDbParameterGroupOutput
impl Sync for ModifyDbParameterGroupOutput
impl Unpin for ModifyDbParameterGroupOutput
impl UnwindSafe for ModifyDbParameterGroupOutput
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