#[non_exhaustive]pub struct SearchResourcesTagCriterionPair { /* 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 filter condition for a query. Tag keys and values are case sensitive. Also, Amazon Macie doesn't support use of partial values or wildcard characters in tag-based filter conditions.
Implementations§
source§impl SearchResourcesTagCriterionPair
impl SearchResourcesTagCriterionPair
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SearchResourcesTagCriterionPair
.
Trait Implementations§
source§impl Clone for SearchResourcesTagCriterionPair
impl Clone for SearchResourcesTagCriterionPair
source§fn clone(&self) -> SearchResourcesTagCriterionPair
fn clone(&self) -> SearchResourcesTagCriterionPair
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 PartialEq<SearchResourcesTagCriterionPair> for SearchResourcesTagCriterionPair
impl PartialEq<SearchResourcesTagCriterionPair> for SearchResourcesTagCriterionPair
source§fn eq(&self, other: &SearchResourcesTagCriterionPair) -> bool
fn eq(&self, other: &SearchResourcesTagCriterionPair) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.