Struct aws_sdk_codepipeline::model::ActionExecutionResult
source · [−]#[non_exhaustive]pub struct ActionExecutionResult {
pub external_execution_id: Option<String>,
pub external_execution_summary: Option<String>,
pub external_execution_url: Option<String>,
}
Expand description
Execution result information, such as the external execution ID.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.external_execution_id: Option<String>
The action provider's external ID for the action execution.
external_execution_summary: Option<String>
The action provider's summary for the action execution.
external_execution_url: Option<String>
The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.
Implementations
The action provider's external ID for the action execution.
The action provider's summary for the action execution.
The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the action.
Creates a new builder-style object to manufacture ActionExecutionResult
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
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
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more