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