Struct aws_sdk_macie2::model::S3BucketCriteriaForJob
source · [−]#[non_exhaustive]pub struct S3BucketCriteriaForJob {
pub excludes: Option<CriteriaBlockForJob>,
pub includes: Option<CriteriaBlockForJob>,
}
Expand description
Specifies property- and tag-based conditions that define criteria for including or excluding S3 buckets 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<CriteriaBlockForJob>
The property- and tag-based conditions that determine which buckets to exclude from the job.
includes: Option<CriteriaBlockForJob>
The property- and tag-based conditions that determine which buckets to include in the job.
Implementations
The property- and tag-based conditions that determine which buckets to exclude from the job.
The property- and tag-based conditions that determine which buckets to include in the job.
Creates a new builder-style object to manufacture S3BucketCriteriaForJob
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for S3BucketCriteriaForJob
impl Send for S3BucketCriteriaForJob
impl Sync for S3BucketCriteriaForJob
impl Unpin for S3BucketCriteriaForJob
impl UnwindSafe for S3BucketCriteriaForJob
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