Struct aws_sdk_ssm::model::InstanceInformationFilter
source · [−]#[non_exhaustive]pub struct InstanceInformationFilter {
pub key: Option<InstanceInformationFilterKey>,
pub value_set: Option<Vec<String>>,
}
Expand description
Describes a filter for a specific list of managed nodes. You can filter node information by using tags. You specify tags by using a key-value mapping.
Use this operation instead of the DescribeInstanceInformationRequest$InstanceInformationFilterList
method. The InstanceInformationFilterList
method is a legacy method and doesn't support tags.
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<InstanceInformationFilterKey>
The name of the filter.
value_set: Option<Vec<String>>
The filter values.
Implementations
Creates a new builder-style object to manufacture InstanceInformationFilter
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 InstanceInformationFilter
impl Send for InstanceInformationFilter
impl Sync for InstanceInformationFilter
impl Unpin for InstanceInformationFilter
impl UnwindSafe for InstanceInformationFilter
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