#[non_exhaustive]pub struct SearchResourcesTagCriterionPair {
pub key: Option<String>,
pub value: Option<String>,
}
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.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.key: Option<String>
The value for the tag key to use in the condition.
value: Option<String>
The tag value to use in the condition.
Implementations
Creates a new builder-style object to manufacture SearchResourcesTagCriterionPair
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for SearchResourcesTagCriterionPair
impl Sync for SearchResourcesTagCriterionPair
impl Unpin for SearchResourcesTagCriterionPair
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more