Struct aws_sdk_macie2::model::SearchResourcesTagCriterion
source · [−]#[non_exhaustive]pub struct SearchResourcesTagCriterion {
pub comparator: Option<SearchResourcesComparator>,
pub tag_values: Option<Vec<SearchResourcesTagCriterionPair>>,
}
Expand description
Specifies a tag-based filter condition that determines which Amazon Web Services resources are included or excluded from the query results.
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.comparator: Option<SearchResourcesComparator>
The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).
tag_values: Option<Vec<SearchResourcesTagCriterionPair>>
The tag keys, tag values, or tag key and value pairs to use in the condition.
Implementations
The operator to use in the condition. Valid values are EQ (equals) and NE (not equals).
The tag keys, tag values, or tag key and value pairs to use in the condition.
Creates a new builder-style object to manufacture SearchResourcesTagCriterion
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 RefUnwindSafe for SearchResourcesTagCriterion
impl Send for SearchResourcesTagCriterion
impl Sync for SearchResourcesTagCriterion
impl Unpin for SearchResourcesTagCriterion
impl UnwindSafe for SearchResourcesTagCriterion
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