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