Struct aws_sdk_codepipeline::model::StopExecutionTrigger
source · #[non_exhaustive]pub struct StopExecutionTrigger { /* private fields */ }
Expand description
The interaction that stopped a pipeline execution.
Implementations§
source§impl StopExecutionTrigger
impl StopExecutionTrigger
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopExecutionTrigger
.
Trait Implementations§
source§impl Clone for StopExecutionTrigger
impl Clone for StopExecutionTrigger
source§fn clone(&self) -> StopExecutionTrigger
fn clone(&self) -> StopExecutionTrigger
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