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