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