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