Struct aws_sdk_ssm::model::StepExecutionFilter
source · #[non_exhaustive]pub struct StepExecutionFilter { /* private fields */ }Expand description
A filter to limit the amount of step execution information returned by the call.
Implementations§
source§impl StepExecutionFilter
impl StepExecutionFilter
sourcepub fn key(&self) -> Option<&StepExecutionFilterKey>
pub fn key(&self) -> Option<&StepExecutionFilterKey>
One or more keys to limit the results. Valid filter keys include the following: StepName, Action, StepExecutionId, StepExecutionStatus, StartTimeBefore, StartTimeAfter.
source§impl StepExecutionFilter
impl StepExecutionFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StepExecutionFilter.
Trait Implementations§
source§impl Clone for StepExecutionFilter
impl Clone for StepExecutionFilter
source§fn clone(&self) -> StepExecutionFilter
fn clone(&self) -> StepExecutionFilter
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 StepExecutionFilter
impl Debug for StepExecutionFilter
source§impl PartialEq<StepExecutionFilter> for StepExecutionFilter
impl PartialEq<StepExecutionFilter> for StepExecutionFilter
source§fn eq(&self, other: &StepExecutionFilter) -> bool
fn eq(&self, other: &StepExecutionFilter) -> bool
This method tests for
self and other values to be equal, and is used
by ==.