#[non_exhaustive]pub struct ModifyDbClusterParameterGroupOutput { /* private fields */ }Expand description
Implementations
sourceimpl ModifyDbClusterParameterGroupOutput
impl ModifyDbClusterParameterGroupOutput
sourcepub fn db_cluster_parameter_group_name(&self) -> Option<&str>
pub fn db_cluster_parameter_group_name(&self) -> Option<&str>
The name of the DB cluster parameter group.
Constraints:
-
Must be 1 to 255 letters or numbers.
-
First character must be a letter
-
Can't end with a hyphen or contain two consecutive hyphens
This value is stored as a lowercase string.
sourceimpl ModifyDbClusterParameterGroupOutput
impl ModifyDbClusterParameterGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyDbClusterParameterGroupOutput.
Trait Implementations
sourceimpl Clone for ModifyDbClusterParameterGroupOutput
impl Clone for ModifyDbClusterParameterGroupOutput
sourcefn clone(&self) -> ModifyDbClusterParameterGroupOutput
fn clone(&self) -> ModifyDbClusterParameterGroupOutput
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 PartialEq<ModifyDbClusterParameterGroupOutput> for ModifyDbClusterParameterGroupOutput
impl PartialEq<ModifyDbClusterParameterGroupOutput> for ModifyDbClusterParameterGroupOutput
sourcefn eq(&self, other: &ModifyDbClusterParameterGroupOutput) -> bool
fn eq(&self, other: &ModifyDbClusterParameterGroupOutput) -> bool
impl StructuralPartialEq for ModifyDbClusterParameterGroupOutput
Auto Trait Implementations
impl RefUnwindSafe for ModifyDbClusterParameterGroupOutput
impl Send for ModifyDbClusterParameterGroupOutput
impl Sync for ModifyDbClusterParameterGroupOutput
impl Unpin for ModifyDbClusterParameterGroupOutput
impl UnwindSafe for ModifyDbClusterParameterGroupOutput
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