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