Struct rusoto_codepipeline::UpdatePipelineInput [] [src]

pub struct UpdatePipelineInput {
    pub pipeline: PipelineDeclaration,
}

Represents the input of an update pipeline action.

Fields

The name of the pipeline to be updated.

Trait Implementations

impl Default for UpdatePipelineInput
[src]

[src]

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

impl Debug for UpdatePipelineInput
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdatePipelineInput
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more