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