Struct rusoto_codepipeline::RetryStageExecutionOutput [] [src]

pub struct RetryStageExecutionOutput {
    pub pipeline_execution_id: Option<String>,
}

Represents the output of a retry stage execution action.

Fields

The ID of the current workflow execution in the failed stage.

Trait Implementations

impl Default for RetryStageExecutionOutput
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for RetryStageExecutionOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for RetryStageExecutionOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more