pub struct GetPipelineExecutionInput {
pub pipeline_execution_id: String,
pub pipeline_name: String,
}
Expand description
Represents the input of a GetPipelineExecution
action.
Fields§
§pipeline_execution_id: String
The ID of the pipeline execution about which you want to get execution details.
pipeline_name: String
The name of the pipeline about which you want to get execution details.
Trait Implementations§
Source§impl Clone for GetPipelineExecutionInput
impl Clone for GetPipelineExecutionInput
Source§fn clone(&self) -> GetPipelineExecutionInput
fn clone(&self) -> GetPipelineExecutionInput
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for GetPipelineExecutionInput
impl Debug for GetPipelineExecutionInput
Source§impl Default for GetPipelineExecutionInput
impl Default for GetPipelineExecutionInput
Source§fn default() -> GetPipelineExecutionInput
fn default() -> GetPipelineExecutionInput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for GetPipelineExecutionInput
Auto Trait Implementations§
impl Freeze for GetPipelineExecutionInput
impl RefUnwindSafe for GetPipelineExecutionInput
impl Send for GetPipelineExecutionInput
impl Sync for GetPipelineExecutionInput
impl Unpin for GetPipelineExecutionInput
impl UnwindSafe for GetPipelineExecutionInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more