Struct aws_sdk_macie2::model::TagCriterionForJob
source · #[non_exhaustive]pub struct TagCriterionForJob { /* private fields */ }
Expand description
Specifies a tag-based condition that determines whether an S3 bucket is included or excluded from a classification job.
Implementations§
source§impl TagCriterionForJob
impl TagCriterionForJob
sourcepub fn comparator(&self) -> Option<&JobComparator>
pub fn comparator(&self) -> Option<&JobComparator>
The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).
sourcepub fn tag_values(&self) -> Option<&[TagCriterionPairForJob]>
pub fn tag_values(&self) -> Option<&[TagCriterionPairForJob]>
The tag keys, tag values, or tag key and value pairs to use in the condition.
source§impl TagCriterionForJob
impl TagCriterionForJob
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagCriterionForJob
.
Trait Implementations§
source§impl Clone for TagCriterionForJob
impl Clone for TagCriterionForJob
source§fn clone(&self) -> TagCriterionForJob
fn clone(&self) -> TagCriterionForJob
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for TagCriterionForJob
impl Debug for TagCriterionForJob
source§impl PartialEq<TagCriterionForJob> for TagCriterionForJob
impl PartialEq<TagCriterionForJob> for TagCriterionForJob
source§fn eq(&self, other: &TagCriterionForJob) -> bool
fn eq(&self, other: &TagCriterionForJob) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.