#[non_exhaustive]pub struct ModifyDbClusterParameterGroupOutput { /* private fields */ }
Expand description
Contains the name of a cluster parameter group.
Implementations§
source§impl 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 a cluster parameter group.
Constraints:
-
Must be from 1 to 255 letters or numbers.
-
The first character must be a letter.
-
Cannot end with a hyphen or contain two consecutive hyphens.
This value is stored as a lowercase string.
source§impl ModifyDbClusterParameterGroupOutput
impl ModifyDbClusterParameterGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyDbClusterParameterGroupOutput
.
Trait Implementations§
source§impl Clone for ModifyDbClusterParameterGroupOutput
impl Clone for ModifyDbClusterParameterGroupOutput
source§fn clone(&self) -> ModifyDbClusterParameterGroupOutput
fn clone(&self) -> ModifyDbClusterParameterGroupOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<ModifyDbClusterParameterGroupOutput> for ModifyDbClusterParameterGroupOutput
impl PartialEq<ModifyDbClusterParameterGroupOutput> for ModifyDbClusterParameterGroupOutput
source§fn eq(&self, other: &ModifyDbClusterParameterGroupOutput) -> bool
fn eq(&self, other: &ModifyDbClusterParameterGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.