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