Struct rusoto_codepipeline::GetPipelineOutput[][src]

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

Represents the output of a GetPipeline action.

Fields

Represents the pipeline metadata information returned as part of the output of a GetPipeline action.

Represents the structure of actions and stages to be performed in the pipeline.

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. Read more

impl Clone for GetPipelineOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetPipelineOutput
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations