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
sourceimpl 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.
sourceimpl TagCriterionForJob
impl TagCriterionForJob
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagCriterionForJob
.
Trait Implementations
sourceimpl Clone for TagCriterionForJob
impl Clone for TagCriterionForJob
sourcefn clone(&self) -> TagCriterionForJob
fn clone(&self) -> TagCriterionForJob
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for TagCriterionForJob
impl Debug for TagCriterionForJob
sourceimpl PartialEq<TagCriterionForJob> for TagCriterionForJob
impl PartialEq<TagCriterionForJob> for TagCriterionForJob
sourcefn eq(&self, other: &TagCriterionForJob) -> bool
fn eq(&self, other: &TagCriterionForJob) -> bool
impl StructuralPartialEq for TagCriterionForJob
Auto Trait Implementations
impl RefUnwindSafe for TagCriterionForJob
impl Send for TagCriterionForJob
impl Sync for TagCriterionForJob
impl Unpin for TagCriterionForJob
impl UnwindSafe for TagCriterionForJob
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more