pub struct UpdatePipelineExecutionResponse {
pub pipeline_execution_arn: Option<String>,
}
Fields§
§pipeline_execution_arn: Option<String>
The Amazon Resource Name (ARN) of the updated pipeline execution.
Trait Implementations§
Source§impl Clone for UpdatePipelineExecutionResponse
impl Clone for UpdatePipelineExecutionResponse
Source§fn clone(&self) -> UpdatePipelineExecutionResponse
fn clone(&self) -> UpdatePipelineExecutionResponse
Returns a duplicate 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 Default for UpdatePipelineExecutionResponse
impl Default for UpdatePipelineExecutionResponse
Source§fn default() -> UpdatePipelineExecutionResponse
fn default() -> UpdatePipelineExecutionResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdatePipelineExecutionResponse
impl<'de> Deserialize<'de> for UpdatePipelineExecutionResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UpdatePipelineExecutionResponse
impl PartialEq for UpdatePipelineExecutionResponse
Source§fn eq(&self, other: &UpdatePipelineExecutionResponse) -> bool
fn eq(&self, other: &UpdatePipelineExecutionResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for UpdatePipelineExecutionResponse
Auto Trait Implementations§
impl Freeze for UpdatePipelineExecutionResponse
impl RefUnwindSafe for UpdatePipelineExecutionResponse
impl Send for UpdatePipelineExecutionResponse
impl Sync for UpdatePipelineExecutionResponse
impl Unpin for UpdatePipelineExecutionResponse
impl UnwindSafe for UpdatePipelineExecutionResponse
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