Struct rusoto_codepipeline::UpdatePipelineInput
[−]
[src]
pub struct UpdatePipelineInput { pub pipeline: PipelineDeclaration, }
Represents the input of an update pipeline action.
Fields
pipeline: PipelineDeclaration
The name of the pipeline to be updated.
Trait Implementations
impl Default for UpdatePipelineInput
[src]
fn default() -> UpdatePipelineInput
[src]
Returns the "default value" for a type. Read more
impl Debug for UpdatePipelineInput
[src]
impl Clone for UpdatePipelineInput
[src]
fn clone(&self) -> UpdatePipelineInput
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more