#[non_exhaustive]pub struct DeleteRemediationConfigurationInput { /* private fields */ }Implementations
sourceimpl DeleteRemediationConfigurationInput
impl DeleteRemediationConfigurationInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRemediationConfiguration, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteRemediationConfiguration, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteRemediationConfiguration>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRemediationConfigurationInput.
sourceimpl DeleteRemediationConfigurationInput
impl DeleteRemediationConfigurationInput
sourcepub fn config_rule_name(&self) -> Option<&str>
pub fn config_rule_name(&self) -> Option<&str>
The name of the Config rule for which you want to delete remediation configuration.
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
The type of a resource.
Trait Implementations
sourceimpl Clone for DeleteRemediationConfigurationInput
impl Clone for DeleteRemediationConfigurationInput
sourcefn clone(&self) -> DeleteRemediationConfigurationInput
fn clone(&self) -> DeleteRemediationConfigurationInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DeleteRemediationConfigurationInput> for DeleteRemediationConfigurationInput
impl PartialEq<DeleteRemediationConfigurationInput> for DeleteRemediationConfigurationInput
sourcefn eq(&self, other: &DeleteRemediationConfigurationInput) -> bool
fn eq(&self, other: &DeleteRemediationConfigurationInput) -> bool
impl StructuralPartialEq for DeleteRemediationConfigurationInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteRemediationConfigurationInput
impl Send for DeleteRemediationConfigurationInput
impl Sync for DeleteRemediationConfigurationInput
impl Unpin for DeleteRemediationConfigurationInput
impl UnwindSafe for DeleteRemediationConfigurationInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more