Struct rusoto_codepipeline::GetPipelineExecutionInput [] [src]

pub struct GetPipelineExecutionInput {
    pub pipeline_execution_id: PipelineExecutionId,
    pub pipeline_name: PipelineName,
}

Represents the input of a get pipeline execution action.

Fields

The ID of the pipeline execution about which you want to get execution details.

The name of the pipeline about which you want to get execution details.

Trait Implementations

impl Default for GetPipelineExecutionInput
[src]

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

impl Debug for GetPipelineExecutionInput
[src]

Formats the value using the given formatter.

impl Clone for GetPipelineExecutionInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more