#[non_exhaustive]pub struct UpdateArchiveRuleInput { /* private fields */ }
Expand description
Updates the specified archive rule.
Implementations§
source§impl UpdateArchiveRuleInput
impl UpdateArchiveRuleInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateArchiveRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateArchiveRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateArchiveRule
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateArchiveRuleInput
.
source§impl UpdateArchiveRuleInput
impl UpdateArchiveRuleInput
sourcepub fn analyzer_name(&self) -> Option<&str>
pub fn analyzer_name(&self) -> Option<&str>
The name of the analyzer to update the archive rules for.
sourcepub fn filter(&self) -> Option<&HashMap<String, Criterion>>
pub fn filter(&self) -> Option<&HashMap<String, Criterion>>
A filter to match for the rules to update. Only rules that match the filter are updated.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
A client token.
Trait Implementations§
source§impl Clone for UpdateArchiveRuleInput
impl Clone for UpdateArchiveRuleInput
source§fn clone(&self) -> UpdateArchiveRuleInput
fn clone(&self) -> UpdateArchiveRuleInput
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 UpdateArchiveRuleInput
impl Debug for UpdateArchiveRuleInput
source§impl PartialEq<UpdateArchiveRuleInput> for UpdateArchiveRuleInput
impl PartialEq<UpdateArchiveRuleInput> for UpdateArchiveRuleInput
source§fn eq(&self, other: &UpdateArchiveRuleInput) -> bool
fn eq(&self, other: &UpdateArchiveRuleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.