Struct aws_sdk_macie2::types::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§
source§impl 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.