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
sourceimpl 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.
sourceimpl StepExecutionFilter
impl StepExecutionFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StepExecutionFilter
.
Trait Implementations
sourceimpl Clone for StepExecutionFilter
impl Clone for StepExecutionFilter
sourcefn clone(&self) -> StepExecutionFilter
fn clone(&self) -> StepExecutionFilter
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 StepExecutionFilter
impl Debug for StepExecutionFilter
sourceimpl PartialEq<StepExecutionFilter> for StepExecutionFilter
impl PartialEq<StepExecutionFilter> for StepExecutionFilter
sourcefn eq(&self, other: &StepExecutionFilter) -> bool
fn eq(&self, other: &StepExecutionFilter) -> bool
impl StructuralPartialEq for StepExecutionFilter
Auto Trait Implementations
impl RefUnwindSafe for StepExecutionFilter
impl Send for StepExecutionFilter
impl Sync for StepExecutionFilter
impl Unpin for StepExecutionFilter
impl UnwindSafe for StepExecutionFilter
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