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
pipeline_execution_id: PipelineExecutionId
The ID of the pipeline execution about which you want to get execution details.
pipeline_name: PipelineName
The name of the pipeline about which you want to get execution details.
Trait Implementations
impl Default for GetPipelineExecutionInput
[src]
fn default() -> GetPipelineExecutionInput
Returns the "default value" for a type. Read more
impl Debug for GetPipelineExecutionInput
[src]
impl Clone for GetPipelineExecutionInput
[src]
fn clone(&self) -> GetPipelineExecutionInput
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more