pub struct DeleteImagePipelineRequest {
pub image_pipeline_arn: String,
}
Fields§
§image_pipeline_arn: String
The Amazon Resource Name (ARN) of the image pipeline to delete.
Trait Implementations§
Source§impl Clone for DeleteImagePipelineRequest
impl Clone for DeleteImagePipelineRequest
Source§fn clone(&self) -> DeleteImagePipelineRequest
fn clone(&self) -> DeleteImagePipelineRequest
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 DeleteImagePipelineRequest
impl Debug for DeleteImagePipelineRequest
Source§impl Default for DeleteImagePipelineRequest
impl Default for DeleteImagePipelineRequest
Source§fn default() -> DeleteImagePipelineRequest
fn default() -> DeleteImagePipelineRequest
Returns the “default value” for a type. Read more
impl StructuralPartialEq for DeleteImagePipelineRequest
Auto Trait Implementations§
impl Freeze for DeleteImagePipelineRequest
impl RefUnwindSafe for DeleteImagePipelineRequest
impl Send for DeleteImagePipelineRequest
impl Sync for DeleteImagePipelineRequest
impl Unpin for DeleteImagePipelineRequest
impl UnwindSafe for DeleteImagePipelineRequest
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