Struct aws_sdk_macie2::model::SearchResourcesCriteria
source · [−]#[non_exhaustive]pub struct SearchResourcesCriteria {
pub simple_criterion: Option<SearchResourcesSimpleCriterion>,
pub tag_criterion: Option<SearchResourcesTagCriterion>,
}
Expand description
Specifies a property- or tag-based filter condition for including or excluding Amazon Web Services resources 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.simple_criterion: Option<SearchResourcesSimpleCriterion>
A property-based condition that defines a property, operator, and one or more values for including or excluding resources from the results.
tag_criterion: Option<SearchResourcesTagCriterion>
A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for including or excluding resources from the results.
Implementations
A property-based condition that defines a property, operator, and one or more values for including or excluding resources from the results.
A tag-based condition that defines an operator and tag keys, tag values, or tag key and value pairs for including or excluding resources from the results.
Creates a new builder-style object to manufacture SearchResourcesCriteria
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 SearchResourcesCriteria
impl Send for SearchResourcesCriteria
impl Sync for SearchResourcesCriteria
impl Unpin for SearchResourcesCriteria
impl UnwindSafe for SearchResourcesCriteria
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