#[non_exhaustive]pub struct PutImageRecipePolicyOutput { /* private fields */ }
Implementations§
source§impl PutImageRecipePolicyOutput
impl PutImageRecipePolicyOutput
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The request ID that uniquely identifies this request.
sourcepub fn image_recipe_arn(&self) -> Option<&str>
pub fn image_recipe_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.
source§impl PutImageRecipePolicyOutput
impl PutImageRecipePolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutImageRecipePolicyOutput
.
Trait Implementations§
source§impl Clone for PutImageRecipePolicyOutput
impl Clone for PutImageRecipePolicyOutput
source§fn clone(&self) -> PutImageRecipePolicyOutput
fn clone(&self) -> PutImageRecipePolicyOutput
Returns a copy 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 PutImageRecipePolicyOutput
impl Debug for PutImageRecipePolicyOutput
source§impl PartialEq<PutImageRecipePolicyOutput> for PutImageRecipePolicyOutput
impl PartialEq<PutImageRecipePolicyOutput> for PutImageRecipePolicyOutput
source§fn eq(&self, other: &PutImageRecipePolicyOutput) -> bool
fn eq(&self, other: &PutImageRecipePolicyOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.