pub struct PutContainerRecipePolicyRequest {
pub container_recipe_arn: String,
pub policy: String,
}Fields§
§container_recipe_arn: StringThe Amazon Resource Name (ARN) of the container recipe that this policy should be applied to.
policy: StringThe policy to apply to the container recipe.
Trait Implementations§
Source§impl Clone for PutContainerRecipePolicyRequest
impl Clone for PutContainerRecipePolicyRequest
Source§fn clone(&self) -> PutContainerRecipePolicyRequest
fn clone(&self) -> PutContainerRecipePolicyRequest
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 Default for PutContainerRecipePolicyRequest
impl Default for PutContainerRecipePolicyRequest
Source§fn default() -> PutContainerRecipePolicyRequest
fn default() -> PutContainerRecipePolicyRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for PutContainerRecipePolicyRequest
impl PartialEq for PutContainerRecipePolicyRequest
Source§fn eq(&self, other: &PutContainerRecipePolicyRequest) -> bool
fn eq(&self, other: &PutContainerRecipePolicyRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PutContainerRecipePolicyRequest
Auto Trait Implementations§
impl Freeze for PutContainerRecipePolicyRequest
impl RefUnwindSafe for PutContainerRecipePolicyRequest
impl Send for PutContainerRecipePolicyRequest
impl Sync for PutContainerRecipePolicyRequest
impl Unpin for PutContainerRecipePolicyRequest
impl UnwindSafe for PutContainerRecipePolicyRequest
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