#[non_exhaustive]pub struct DeleteAuditSuppressionOutput { /* private fields */ }
Implementations§
source§impl DeleteAuditSuppressionOutput
impl DeleteAuditSuppressionOutput
sourcepub fn builder() -> DeleteAuditSuppressionOutputBuilder
pub fn builder() -> DeleteAuditSuppressionOutputBuilder
Creates a new builder-style object to manufacture DeleteAuditSuppressionOutput
.
Trait Implementations§
source§impl Clone for DeleteAuditSuppressionOutput
impl Clone for DeleteAuditSuppressionOutput
source§fn clone(&self) -> DeleteAuditSuppressionOutput
fn clone(&self) -> DeleteAuditSuppressionOutput
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 DeleteAuditSuppressionOutput
impl Debug for DeleteAuditSuppressionOutput
source§impl PartialEq<DeleteAuditSuppressionOutput> for DeleteAuditSuppressionOutput
impl PartialEq<DeleteAuditSuppressionOutput> for DeleteAuditSuppressionOutput
source§fn eq(&self, other: &DeleteAuditSuppressionOutput) -> bool
fn eq(&self, other: &DeleteAuditSuppressionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DeleteAuditSuppressionOutput
impl RequestId for DeleteAuditSuppressionOutput
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.