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