Struct aws_sdk_iotthingsgraph::model::SystemInstanceFilter [−][src]
#[non_exhaustive]pub struct SystemInstanceFilter {
pub name: Option<SystemInstanceFilterName>,
pub value: Option<Vec<String>>,
}
Expand description
An object that filters a system instance search. Multiple filters function as OR criteria in the search. For example a search that includes a GREENGRASS_GROUP_NAME and a STATUS filter searches for system instances in the specified Greengrass group that have the specified status.
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.name: Option<SystemInstanceFilterName>
The name of the search filter field.
value: Option<Vec<String>>
An array of string values for the search filter field. Multiple values function as AND criteria in the search.
Implementations
Creates a new builder-style object to manufacture SystemInstanceFilter
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 SystemInstanceFilter
impl Send for SystemInstanceFilter
impl Sync for SystemInstanceFilter
impl Unpin for SystemInstanceFilter
impl UnwindSafe for SystemInstanceFilter
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