Struct aws_sdk_elasticbeanstalk::model::SearchFilter
source · #[non_exhaustive]pub struct SearchFilter { /* private fields */ }
Expand description
Describes criteria to restrict a list of results.
For operators that apply a single value to the attribute, the filter is evaluated as follows: Attribute Operator Values[1]
Some operators, e.g. in
, can apply multiple values. In this case, the filter is evaluated as a logical union (OR) of applications of the operator to the attribute with each one of the values: (Attribute Operator Values[1]) OR (Attribute Operator Values[2]) OR ...
The valid values for attributes of SearchFilter
depend on the API action. For valid values, see the reference page for the API action you're calling that takes a SearchFilter
parameter.
Implementations§
source§impl SearchFilter
impl SearchFilter
source§impl SearchFilter
impl SearchFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SearchFilter
.
Trait Implementations§
source§impl Clone for SearchFilter
impl Clone for SearchFilter
source§fn clone(&self) -> SearchFilter
fn clone(&self) -> SearchFilter
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 Debug for SearchFilter
impl Debug for SearchFilter
source§impl PartialEq<SearchFilter> for SearchFilter
impl PartialEq<SearchFilter> for SearchFilter
source§fn eq(&self, other: &SearchFilter) -> bool
fn eq(&self, other: &SearchFilter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.