Struct rusoto_codepipeline::StartPipelineExecutionOutput [] [src]

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

Represents the output of a start pipeline execution action.

Fields

The unique system-generated ID of the pipeline execution that was started.

Trait Implementations

impl Default for StartPipelineExecutionOutput
[src]

[src]

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

impl Debug for StartPipelineExecutionOutput
[src]

[src]

Formats the value using the given formatter.

impl Clone for StartPipelineExecutionOutput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more