pub struct PutImageRecipePolicyResponse {
pub image_recipe_arn: Option<String>,
pub request_id: Option<String>,
}
Fields§
§image_recipe_arn: Option<String>
The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.
request_id: Option<String>
The request ID that uniquely identifies this request.
Trait Implementations§
Source§impl Clone for PutImageRecipePolicyResponse
impl Clone for PutImageRecipePolicyResponse
Source§fn clone(&self) -> PutImageRecipePolicyResponse
fn clone(&self) -> PutImageRecipePolicyResponse
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 PutImageRecipePolicyResponse
impl Debug for PutImageRecipePolicyResponse
Source§impl Default for PutImageRecipePolicyResponse
impl Default for PutImageRecipePolicyResponse
Source§fn default() -> PutImageRecipePolicyResponse
fn default() -> PutImageRecipePolicyResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PutImageRecipePolicyResponse
impl<'de> Deserialize<'de> for PutImageRecipePolicyResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PutImageRecipePolicyResponse
impl PartialEq for PutImageRecipePolicyResponse
Source§fn eq(&self, other: &PutImageRecipePolicyResponse) -> bool
fn eq(&self, other: &PutImageRecipePolicyResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for PutImageRecipePolicyResponse
Auto Trait Implementations§
impl Freeze for PutImageRecipePolicyResponse
impl RefUnwindSafe for PutImageRecipePolicyResponse
impl Send for PutImageRecipePolicyResponse
impl Sync for PutImageRecipePolicyResponse
impl Unpin for PutImageRecipePolicyResponse
impl UnwindSafe for PutImageRecipePolicyResponse
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