Struct aws_sdk_codepipeline::model::ActionExecutionFilter
source · #[non_exhaustive]pub struct ActionExecutionFilter { /* private fields */ }
Expand description
Filter values for the action execution.
Implementations§
source§impl ActionExecutionFilter
impl ActionExecutionFilter
sourcepub fn pipeline_execution_id(&self) -> Option<&str>
pub fn pipeline_execution_id(&self) -> Option<&str>
The pipeline execution ID used to filter action execution history.
source§impl ActionExecutionFilter
impl ActionExecutionFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActionExecutionFilter
.
Trait Implementations§
source§impl Clone for ActionExecutionFilter
impl Clone for ActionExecutionFilter
source§fn clone(&self) -> ActionExecutionFilter
fn clone(&self) -> ActionExecutionFilter
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 more