Struct aws_sdk_codepipeline::model::ActionExecutionResult
source · [−]#[non_exhaustive]pub struct ActionExecutionResult { /* private fields */ }
Expand description
Execution result information, such as the external execution ID.
Implementations
sourceimpl ActionExecutionResult
impl ActionExecutionResult
sourcepub fn external_execution_id(&self) -> Option<&str>
pub fn external_execution_id(&self) -> Option<&str>
The action provider's external ID for the action execution.
sourcepub fn external_execution_summary(&self) -> Option<&str>
pub fn external_execution_summary(&self) -> Option<&str>
The action provider's summary for the action execution.
sourcepub fn external_execution_url(&self) -> Option<&str>
pub fn external_execution_url(&self) -> Option<&str>
The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.
sourceimpl ActionExecutionResult
impl ActionExecutionResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActionExecutionResult
.
Trait Implementations
sourceimpl Clone for ActionExecutionResult
impl Clone for ActionExecutionResult
sourcefn clone(&self) -> ActionExecutionResult
fn clone(&self) -> ActionExecutionResult
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 more
sourceimpl Debug for ActionExecutionResult
impl Debug for ActionExecutionResult
sourceimpl PartialEq<ActionExecutionResult> for ActionExecutionResult
impl PartialEq<ActionExecutionResult> for ActionExecutionResult
sourcefn eq(&self, other: &ActionExecutionResult) -> bool
fn eq(&self, other: &ActionExecutionResult) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
impl StructuralPartialEq for ActionExecutionResult
Auto Trait Implementations
impl RefUnwindSafe for ActionExecutionResult
impl Send for ActionExecutionResult
impl Sync for ActionExecutionResult
impl Unpin for ActionExecutionResult
impl UnwindSafe for ActionExecutionResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more