pub struct DeleteImagePipelineResponse {
pub image_pipeline_arn: Option<String>,
pub request_id: Option<String>,
}
Fields§
§image_pipeline_arn: Option<String>
The Amazon Resource Name (ARN) of the image pipeline that was deleted.
request_id: Option<String>
The request ID that uniquely identifies this request.
Trait Implementations§
Source§impl Clone for DeleteImagePipelineResponse
impl Clone for DeleteImagePipelineResponse
Source§fn clone(&self) -> DeleteImagePipelineResponse
fn clone(&self) -> DeleteImagePipelineResponse
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 Debug for DeleteImagePipelineResponse
impl Debug for DeleteImagePipelineResponse
Source§impl Default for DeleteImagePipelineResponse
impl Default for DeleteImagePipelineResponse
Source§fn default() -> DeleteImagePipelineResponse
fn default() -> DeleteImagePipelineResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteImagePipelineResponse
impl<'de> Deserialize<'de> for DeleteImagePipelineResponse
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
impl StructuralPartialEq for DeleteImagePipelineResponse
Auto Trait Implementations§
impl Freeze for DeleteImagePipelineResponse
impl RefUnwindSafe for DeleteImagePipelineResponse
impl Send for DeleteImagePipelineResponse
impl Sync for DeleteImagePipelineResponse
impl Unpin for DeleteImagePipelineResponse
impl UnwindSafe for DeleteImagePipelineResponse
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