pub struct CreatePipelineOutput {
pub pipeline_id: String,
}
Expand description
Contains the output of CreatePipeline.
Fields§
§pipeline_id: String
The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE
.
Trait Implementations§
Source§impl Clone for CreatePipelineOutput
impl Clone for CreatePipelineOutput
Source§fn clone(&self) -> CreatePipelineOutput
fn clone(&self) -> CreatePipelineOutput
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 CreatePipelineOutput
impl Debug for CreatePipelineOutput
Source§impl Default for CreatePipelineOutput
impl Default for CreatePipelineOutput
Source§fn default() -> CreatePipelineOutput
fn default() -> CreatePipelineOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreatePipelineOutput
impl<'de> Deserialize<'de> for CreatePipelineOutput
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 CreatePipelineOutput
impl PartialEq for CreatePipelineOutput
impl StructuralPartialEq for CreatePipelineOutput
Auto Trait Implementations§
impl Freeze for CreatePipelineOutput
impl RefUnwindSafe for CreatePipelineOutput
impl Send for CreatePipelineOutput
impl Sync for CreatePipelineOutput
impl Unpin for CreatePipelineOutput
impl UnwindSafe for CreatePipelineOutput
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