Struct aws_sdk_ssm::model::AutomationExecutionFilter
source · [−]#[non_exhaustive]pub struct AutomationExecutionFilter { /* private fields */ }
Expand description
A filter used to match specific automation executions. This is used to limit the scope of Automation execution information returned.
Implementations
sourceimpl AutomationExecutionFilter
impl AutomationExecutionFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AutomationExecutionFilter
.
Trait Implementations
sourceimpl Clone for AutomationExecutionFilter
impl Clone for AutomationExecutionFilter
sourcefn clone(&self) -> AutomationExecutionFilter
fn clone(&self) -> AutomationExecutionFilter
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 AutomationExecutionFilter
impl Debug for AutomationExecutionFilter
sourceimpl PartialEq<AutomationExecutionFilter> for AutomationExecutionFilter
impl PartialEq<AutomationExecutionFilter> for AutomationExecutionFilter
sourcefn eq(&self, other: &AutomationExecutionFilter) -> bool
fn eq(&self, other: &AutomationExecutionFilter) -> bool
impl StructuralPartialEq for AutomationExecutionFilter
Auto Trait Implementations
impl RefUnwindSafe for AutomationExecutionFilter
impl Send for AutomationExecutionFilter
impl Sync for AutomationExecutionFilter
impl Unpin for AutomationExecutionFilter
impl UnwindSafe for AutomationExecutionFilter
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