Struct aws_sdk_codepipeline::model::ExecutionTrigger
source · [−]#[non_exhaustive]pub struct ExecutionTrigger { /* private fields */ }
Expand description
The interaction or event that started a pipeline execution.
Implementations
sourceimpl ExecutionTrigger
impl ExecutionTrigger
sourcepub fn trigger_type(&self) -> Option<&TriggerType>
pub fn trigger_type(&self) -> Option<&TriggerType>
The type of change-detection method, command, or user interaction that started a pipeline execution.
sourcepub fn trigger_detail(&self) -> Option<&str>
pub fn trigger_detail(&self) -> Option<&str>
Detail related to the event that started a pipeline execution, such as the webhook ARN of the webhook that triggered the pipeline execution or the user ARN for a user-initiated start-pipeline-execution
CLI command.
sourceimpl ExecutionTrigger
impl ExecutionTrigger
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExecutionTrigger
.
Trait Implementations
sourceimpl Clone for ExecutionTrigger
impl Clone for ExecutionTrigger
sourcefn clone(&self) -> ExecutionTrigger
fn clone(&self) -> ExecutionTrigger
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 ExecutionTrigger
impl Debug for ExecutionTrigger
sourceimpl PartialEq<ExecutionTrigger> for ExecutionTrigger
impl PartialEq<ExecutionTrigger> for ExecutionTrigger
sourcefn eq(&self, other: &ExecutionTrigger) -> bool
fn eq(&self, other: &ExecutionTrigger) -> bool
impl StructuralPartialEq for ExecutionTrigger
Auto Trait Implementations
impl RefUnwindSafe for ExecutionTrigger
impl Send for ExecutionTrigger
impl Sync for ExecutionTrigger
impl Unpin for ExecutionTrigger
impl UnwindSafe for ExecutionTrigger
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