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