Struct aws_sdk_ssm::model::PatchOrchestratorFilter
source · [−]#[non_exhaustive]pub struct PatchOrchestratorFilter {
pub key: Option<String>,
pub values: Option<Vec<String>>,
}
Expand description
Defines a filter used in Patch Manager APIs. Supported filter keys depend on the API operation that includes the filter. Patch Manager API operations that use PatchOrchestratorFilter
include the following:
-
DescribeAvailablePatches
-
DescribeInstancePatches
-
DescribePatchBaselines
-
DescribePatchGroups
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<String>
The key for the filter.
values: Option<Vec<String>>
The value for the filter.
Implementations
Creates a new builder-style object to manufacture PatchOrchestratorFilter
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 PatchOrchestratorFilter
impl Send for PatchOrchestratorFilter
impl Sync for PatchOrchestratorFilter
impl Unpin for PatchOrchestratorFilter
impl UnwindSafe for PatchOrchestratorFilter
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