Struct rusoto_codepipeline::GetPipelineOutput [] [src]

pub struct GetPipelineOutput {
    pub pipeline: Option<PipelineDeclaration>,
}

Represents the output of a get pipeline action.

Fields

Trait Implementations

impl Default for GetPipelineOutput
[src]

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

impl Debug for GetPipelineOutput
[src]

Formats the value using the given formatter.

impl Clone for GetPipelineOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more