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§
source§impl 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.
source§impl ActionExecutionResult
impl ActionExecutionResult
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActionExecutionResult
.
Trait Implementations§
source§impl Clone for ActionExecutionResult
impl Clone for ActionExecutionResult
source§fn clone(&self) -> ActionExecutionResult
fn clone(&self) -> ActionExecutionResult
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 moresource§impl Debug for ActionExecutionResult
impl Debug for ActionExecutionResult
source§impl PartialEq<ActionExecutionResult> for ActionExecutionResult
impl PartialEq<ActionExecutionResult> for ActionExecutionResult
source§fn 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 ==
.