#[non_exhaustive]pub struct DeleteParameterInput { /* private fields */ }Implementations§
source§impl DeleteParameterInput
impl DeleteParameterInput
sourcepub fn builder() -> DeleteParameterInputBuilder
pub fn builder() -> DeleteParameterInputBuilder
Creates a new builder-style object to manufacture DeleteParameterInput.
source§impl DeleteParameterInput
impl DeleteParameterInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteParameter, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteParameter, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteParameter>
Trait Implementations§
source§impl Clone for DeleteParameterInput
impl Clone for DeleteParameterInput
source§fn clone(&self) -> DeleteParameterInput
fn clone(&self) -> DeleteParameterInput
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 DeleteParameterInput
impl Debug for DeleteParameterInput
source§impl PartialEq<DeleteParameterInput> for DeleteParameterInput
impl PartialEq<DeleteParameterInput> for DeleteParameterInput
source§fn eq(&self, other: &DeleteParameterInput) -> bool
fn eq(&self, other: &DeleteParameterInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.