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§
source§impl TagCriterionPairForJob
impl TagCriterionPairForJob
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagCriterionPairForJob
.
Trait Implementations§
source§impl Clone for TagCriterionPairForJob
impl Clone for TagCriterionPairForJob
source§fn clone(&self) -> TagCriterionPairForJob
fn clone(&self) -> TagCriterionPairForJob
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 TagCriterionPairForJob
impl Debug for TagCriterionPairForJob
source§impl PartialEq<TagCriterionPairForJob> for TagCriterionPairForJob
impl PartialEq<TagCriterionPairForJob> for TagCriterionPairForJob
source§fn eq(&self, other: &TagCriterionPairForJob) -> bool
fn eq(&self, other: &TagCriterionPairForJob) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.