#[non_exhaustive]pub struct DeleteRepositoryPolicyOutput { /* private fields */ }
Implementations§
source§impl 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.
source§impl DeleteRepositoryPolicyOutput
impl DeleteRepositoryPolicyOutput
sourcepub fn builder() -> DeleteRepositoryPolicyOutputBuilder
pub fn builder() -> DeleteRepositoryPolicyOutputBuilder
Creates a new builder-style object to manufacture DeleteRepositoryPolicyOutput
.
Trait Implementations§
source§impl Clone for DeleteRepositoryPolicyOutput
impl Clone for DeleteRepositoryPolicyOutput
source§fn clone(&self) -> DeleteRepositoryPolicyOutput
fn clone(&self) -> DeleteRepositoryPolicyOutput
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 DeleteRepositoryPolicyOutput
impl Debug for DeleteRepositoryPolicyOutput
source§impl PartialEq<DeleteRepositoryPolicyOutput> for DeleteRepositoryPolicyOutput
impl PartialEq<DeleteRepositoryPolicyOutput> for DeleteRepositoryPolicyOutput
source§fn eq(&self, other: &DeleteRepositoryPolicyOutput) -> bool
fn eq(&self, other: &DeleteRepositoryPolicyOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteRepositoryPolicyOutput
impl RequestId for DeleteRepositoryPolicyOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.