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§
source§impl AutomationExecutionFilter
 
impl AutomationExecutionFilter
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AutomationExecutionFilter.
Trait Implementations§
source§impl Clone for AutomationExecutionFilter
 
impl Clone for AutomationExecutionFilter
source§fn clone(&self) -> AutomationExecutionFilter
 
fn clone(&self) -> AutomationExecutionFilter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Debug for AutomationExecutionFilter
 
impl Debug for AutomationExecutionFilter
source§impl PartialEq<AutomationExecutionFilter> for AutomationExecutionFilter
 
impl PartialEq<AutomationExecutionFilter> for AutomationExecutionFilter
source§fn eq(&self, other: &AutomationExecutionFilter) -> bool
 
fn eq(&self, other: &AutomationExecutionFilter) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.