#[non_exhaustive]pub struct DeleteDomainPermissionsPolicyOutput { /* private fields */ }
Implementations§
source§impl DeleteDomainPermissionsPolicyOutput
impl DeleteDomainPermissionsPolicyOutput
sourcepub fn policy(&self) -> Option<&ResourcePolicy>
pub fn policy(&self) -> Option<&ResourcePolicy>
Information about the deleted resource policy after processing the request.
source§impl DeleteDomainPermissionsPolicyOutput
impl DeleteDomainPermissionsPolicyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteDomainPermissionsPolicyOutput
.
Trait Implementations§
source§impl Clone for DeleteDomainPermissionsPolicyOutput
impl Clone for DeleteDomainPermissionsPolicyOutput
source§fn clone(&self) -> DeleteDomainPermissionsPolicyOutput
fn clone(&self) -> DeleteDomainPermissionsPolicyOutput
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<DeleteDomainPermissionsPolicyOutput> for DeleteDomainPermissionsPolicyOutput
impl PartialEq<DeleteDomainPermissionsPolicyOutput> for DeleteDomainPermissionsPolicyOutput
source§fn eq(&self, other: &DeleteDomainPermissionsPolicyOutput) -> bool
fn eq(&self, other: &DeleteDomainPermissionsPolicyOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.