Struct aws_sdk_macie2::model::TagCriterionPairForJob
source · [−]#[non_exhaustive]pub struct TagCriterionPairForJob { /* private fields */ }
Expand description
Specifies a tag key, a tag value, or a tag key and value (as a pair) to use in a tag-based condition that determines whether an S3 bucket is included or excluded from a classification job. Tag keys and values are case sensitive. Also, Amazon Macie doesn't support use of partial values or wildcard characters in tag-based conditions.
Implementations
sourceimpl TagCriterionPairForJob
impl TagCriterionPairForJob
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagCriterionPairForJob
.
Trait Implementations
sourceimpl Clone for TagCriterionPairForJob
impl Clone for TagCriterionPairForJob
sourcefn clone(&self) -> TagCriterionPairForJob
fn clone(&self) -> TagCriterionPairForJob
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 TagCriterionPairForJob
impl Debug for TagCriterionPairForJob
sourceimpl PartialEq<TagCriterionPairForJob> for TagCriterionPairForJob
impl PartialEq<TagCriterionPairForJob> for TagCriterionPairForJob
sourcefn eq(&self, other: &TagCriterionPairForJob) -> bool
fn eq(&self, other: &TagCriterionPairForJob) -> bool
impl StructuralPartialEq for TagCriterionPairForJob
Auto Trait Implementations
impl RefUnwindSafe for TagCriterionPairForJob
impl Send for TagCriterionPairForJob
impl Sync for TagCriterionPairForJob
impl Unpin for TagCriterionPairForJob
impl UnwindSafe for TagCriterionPairForJob
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