Struct aws_sdk_ssm::model::PatchOrchestratorFilter
source · [−]#[non_exhaustive]pub struct PatchOrchestratorFilter { /* private fields */ }
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
Implementations
sourceimpl PatchOrchestratorFilter
impl PatchOrchestratorFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PatchOrchestratorFilter
.
Trait Implementations
sourceimpl Clone for PatchOrchestratorFilter
impl Clone for PatchOrchestratorFilter
sourcefn clone(&self) -> PatchOrchestratorFilter
fn clone(&self) -> PatchOrchestratorFilter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PatchOrchestratorFilter
impl Debug for PatchOrchestratorFilter
sourceimpl PartialEq<PatchOrchestratorFilter> for PatchOrchestratorFilter
impl PartialEq<PatchOrchestratorFilter> for PatchOrchestratorFilter
sourcefn eq(&self, other: &PatchOrchestratorFilter) -> bool
fn eq(&self, other: &PatchOrchestratorFilter) -> bool
impl StructuralPartialEq for PatchOrchestratorFilter
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more