#[non_exhaustive]pub struct DeleteClusterParameterGroupInput { /* private fields */ }
Expand description
Implementations§
source§impl DeleteClusterParameterGroupInput
impl DeleteClusterParameterGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteClusterParameterGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteClusterParameterGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteClusterParameterGroup
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteClusterParameterGroupInput
.
source§impl DeleteClusterParameterGroupInput
impl DeleteClusterParameterGroupInput
sourcepub fn parameter_group_name(&self) -> Option<&str>
pub fn parameter_group_name(&self) -> Option<&str>
The name of the parameter group to be deleted.
Constraints:
-
Must be the name of an existing cluster parameter group.
-
Cannot delete a default cluster parameter group.
Trait Implementations§
source§impl Clone for DeleteClusterParameterGroupInput
impl Clone for DeleteClusterParameterGroupInput
source§fn clone(&self) -> DeleteClusterParameterGroupInput
fn clone(&self) -> DeleteClusterParameterGroupInput
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<DeleteClusterParameterGroupInput> for DeleteClusterParameterGroupInput
impl PartialEq<DeleteClusterParameterGroupInput> for DeleteClusterParameterGroupInput
source§fn eq(&self, other: &DeleteClusterParameterGroupInput) -> bool
fn eq(&self, other: &DeleteClusterParameterGroupInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.