Struct aws_sdk_docdb::operation::delete_db_cluster_parameter_group::DeleteDbClusterParameterGroupInput
source · #[non_exhaustive]pub struct DeleteDbClusterParameterGroupInput { /* private fields */ }Expand description
Represents the input to DeleteDBClusterParameterGroup.
Implementations§
source§impl DeleteDbClusterParameterGroupInput
impl DeleteDbClusterParameterGroupInput
sourcepub fn db_cluster_parameter_group_name(&self) -> Option<&str>
pub fn db_cluster_parameter_group_name(&self) -> Option<&str>
The name of the cluster parameter group.
Constraints:
-
Must be the name of an existing cluster parameter group.
-
You can't delete a default cluster parameter group.
-
Cannot be associated with any clusters.
source§impl DeleteDbClusterParameterGroupInput
impl DeleteDbClusterParameterGroupInput
sourcepub fn builder() -> DeleteDbClusterParameterGroupInputBuilder
pub fn builder() -> DeleteDbClusterParameterGroupInputBuilder
Creates a new builder-style object to manufacture DeleteDbClusterParameterGroupInput.
source§impl DeleteDbClusterParameterGroupInput
impl DeleteDbClusterParameterGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteDBClusterParameterGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteDBClusterParameterGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteDBClusterParameterGroup>
Trait Implementations§
source§impl Clone for DeleteDbClusterParameterGroupInput
impl Clone for DeleteDbClusterParameterGroupInput
source§fn clone(&self) -> DeleteDbClusterParameterGroupInput
fn clone(&self) -> DeleteDbClusterParameterGroupInput
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<DeleteDbClusterParameterGroupInput> for DeleteDbClusterParameterGroupInput
impl PartialEq<DeleteDbClusterParameterGroupInput> for DeleteDbClusterParameterGroupInput
source§fn eq(&self, other: &DeleteDbClusterParameterGroupInput) -> bool
fn eq(&self, other: &DeleteDbClusterParameterGroupInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.