#[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
sourceimpl SearchResourcesTagCriterionPair
impl SearchResourcesTagCriterionPair
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SearchResourcesTagCriterionPair
.
Trait Implementations
sourceimpl Clone for SearchResourcesTagCriterionPair
impl Clone for SearchResourcesTagCriterionPair
sourcefn clone(&self) -> SearchResourcesTagCriterionPair
fn clone(&self) -> SearchResourcesTagCriterionPair
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 PartialEq<SearchResourcesTagCriterionPair> for SearchResourcesTagCriterionPair
impl PartialEq<SearchResourcesTagCriterionPair> for SearchResourcesTagCriterionPair
sourcefn eq(&self, other: &SearchResourcesTagCriterionPair) -> bool
fn eq(&self, other: &SearchResourcesTagCriterionPair) -> bool
impl StructuralPartialEq for SearchResourcesTagCriterionPair
Auto Trait Implementations
impl RefUnwindSafe for SearchResourcesTagCriterionPair
impl Send for SearchResourcesTagCriterionPair
impl Sync for SearchResourcesTagCriterionPair
impl Unpin for SearchResourcesTagCriterionPair
impl UnwindSafe for SearchResourcesTagCriterionPair
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