Struct aws_sdk_macie2::model::Scoping
source · [−]#[non_exhaustive]pub struct Scoping { /* private fields */ }
Expand description
Specifies one or more property- and tag-based conditions that define criteria for including or excluding S3 objects from a classification job. Exclude conditions take precedence over include conditions.
Implementations
sourceimpl Scoping
impl Scoping
sourcepub fn excludes(&self) -> Option<&JobScopingBlock>
pub fn excludes(&self) -> Option<&JobScopingBlock>
The property- and tag-based conditions that determine which objects to exclude from the analysis.
sourcepub fn includes(&self) -> Option<&JobScopingBlock>
pub fn includes(&self) -> Option<&JobScopingBlock>
The property- and tag-based conditions that determine which objects to include in the analysis.
Trait Implementations
impl StructuralPartialEq for Scoping
Auto Trait Implementations
impl RefUnwindSafe for Scoping
impl Send for Scoping
impl Sync for Scoping
impl Unpin for Scoping
impl UnwindSafe for Scoping
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