Struct aws_sdk_macie2::model::Scoping
source · [−]#[non_exhaustive]pub struct Scoping {
pub excludes: Option<JobScopingBlock>,
pub includes: Option<JobScopingBlock>,
}
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.excludes: Option<JobScopingBlock>
The property- and tag-based conditions that determine which objects to exclude from the analysis.
includes: Option<JobScopingBlock>
The property- and tag-based conditions that determine which objects to include in the analysis.
Implementations
The property- and tag-based conditions that determine which objects to exclude from the analysis.
The property- and tag-based conditions that determine which objects to include in the analysis.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Scoping
impl UnwindSafe for Scoping
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more