Struct aws_sdk_ecr::output::DeleteRepositoryPolicyOutput
source · [−]#[non_exhaustive]pub struct DeleteRepositoryPolicyOutput { /* private fields */ }
Implementations
sourceimpl DeleteRepositoryPolicyOutput
impl DeleteRepositoryPolicyOutput
sourcepub fn registry_id(&self) -> Option<&str>
pub fn registry_id(&self) -> Option<&str>
The registry ID associated with the request.
sourcepub fn repository_name(&self) -> Option<&str>
pub fn repository_name(&self) -> Option<&str>
The repository name associated with the request.
sourcepub fn policy_text(&self) -> Option<&str>
pub fn policy_text(&self) -> Option<&str>
The JSON repository policy that was deleted from the repository.
sourceimpl DeleteRepositoryPolicyOutput
impl DeleteRepositoryPolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteRepositoryPolicyOutput
.
Trait Implementations
sourceimpl Clone for DeleteRepositoryPolicyOutput
impl Clone for DeleteRepositoryPolicyOutput
sourcefn clone(&self) -> DeleteRepositoryPolicyOutput
fn clone(&self) -> DeleteRepositoryPolicyOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DeleteRepositoryPolicyOutput
impl Debug for DeleteRepositoryPolicyOutput
sourceimpl PartialEq<DeleteRepositoryPolicyOutput> for DeleteRepositoryPolicyOutput
impl PartialEq<DeleteRepositoryPolicyOutput> for DeleteRepositoryPolicyOutput
sourcefn eq(&self, other: &DeleteRepositoryPolicyOutput) -> bool
fn eq(&self, other: &DeleteRepositoryPolicyOutput) -> bool
impl StructuralPartialEq for DeleteRepositoryPolicyOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteRepositoryPolicyOutput
impl Send for DeleteRepositoryPolicyOutput
impl Sync for DeleteRepositoryPolicyOutput
impl Unpin for DeleteRepositoryPolicyOutput
impl UnwindSafe for DeleteRepositoryPolicyOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more