Struct aws_sdk_macie2::model::JobScopeTerm [−][src]
#[non_exhaustive]pub struct JobScopeTerm {
pub simple_scope_term: Option<SimpleScopeTerm>,
pub tag_scope_term: Option<TagScopeTerm>,
}
Expand description
Specifies a property- or tag-based condition that defines criteria for including or excluding S3 objects from a classification job. A JobScopeTerm object can contain only one simpleScopeTerm object or one tagScopeTerm object.
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.simple_scope_term: Option<SimpleScopeTerm>
A property-based condition that defines a property, operator, and one or more values for including or excluding objects from the job.
tag_scope_term: Option<TagScopeTerm>
A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or excluding objects from the job.
Implementations
A property-based condition that defines a property, operator, and one or more values for including or excluding objects from the job.
A tag-based condition that defines the operator and tag keys or tag key and value pairs for including or excluding objects from the job.
Creates a new builder-style object to manufacture JobScopeTerm
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 JobScopeTerm
impl Send for JobScopeTerm
impl Sync for JobScopeTerm
impl Unpin for JobScopeTerm
impl UnwindSafe for JobScopeTerm
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