Struct aws_sdk_docdb::operation::modify_db_cluster_parameter_group::ModifyDbClusterParameterGroupOutput
source · #[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() -> ModifyDbClusterParameterGroupOutputBuilder
pub fn builder() -> ModifyDbClusterParameterGroupOutputBuilder
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 ==.source§impl RequestId for ModifyDbClusterParameterGroupOutput
impl RequestId for ModifyDbClusterParameterGroupOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.