Struct aws_sdk_accessanalyzer::model::InlineArchiveRule
source · #[non_exhaustive]pub struct InlineArchiveRule { /* private fields */ }
Expand description
An criterion statement in an archive rule. Each archive rule may have multiple criteria.
Implementations§
source§impl InlineArchiveRule
impl InlineArchiveRule
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InlineArchiveRule
.
Trait Implementations§
source§impl Clone for InlineArchiveRule
impl Clone for InlineArchiveRule
source§fn clone(&self) -> InlineArchiveRule
fn clone(&self) -> InlineArchiveRule
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 InlineArchiveRule
impl Debug for InlineArchiveRule
source§impl PartialEq<InlineArchiveRule> for InlineArchiveRule
impl PartialEq<InlineArchiveRule> for InlineArchiveRule
source§fn eq(&self, other: &InlineArchiveRule) -> bool
fn eq(&self, other: &InlineArchiveRule) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.