Struct aws_sdk_auditmanager::types::AssessmentReport
source · #[non_exhaustive]pub struct AssessmentReport { /* private fields */ }Expand description
A finalized document that's generated from an Audit Manager assessment. These reports summarize the relevant evidence that was collected for your audit, and link to the relevant evidence folders. These evidence folders are named and organized according to the controls that are specified in your assessment.
Implementations§
source§impl AssessmentReport
impl AssessmentReport
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the specified assessment report.
sourcepub fn aws_account_id(&self) -> Option<&str>
pub fn aws_account_id(&self) -> Option<&str>
The identifier for the specified Amazon Web Services account.
sourcepub fn assessment_id(&self) -> Option<&str>
pub fn assessment_id(&self) -> Option<&str>
The identifier for the specified assessment.
sourcepub fn assessment_name(&self) -> Option<&str>
pub fn assessment_name(&self) -> Option<&str>
The name of the associated assessment.
The name of the user who created the assessment report.
sourcepub fn status(&self) -> Option<&AssessmentReportStatus>
pub fn status(&self) -> Option<&AssessmentReportStatus>
The current status of the specified assessment report.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
Specifies when the assessment report was created.
source§impl AssessmentReport
impl AssessmentReport
sourcepub fn builder() -> AssessmentReportBuilder
pub fn builder() -> AssessmentReportBuilder
Creates a new builder-style object to manufacture AssessmentReport.
Trait Implementations§
source§impl Clone for AssessmentReport
impl Clone for AssessmentReport
source§fn clone(&self) -> AssessmentReport
fn clone(&self) -> AssessmentReport
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 AssessmentReport
impl Debug for AssessmentReport
source§impl PartialEq<AssessmentReport> for AssessmentReport
impl PartialEq<AssessmentReport> for AssessmentReport
source§fn eq(&self, other: &AssessmentReport) -> bool
fn eq(&self, other: &AssessmentReport) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AssessmentReport
Auto Trait Implementations§
impl RefUnwindSafe for AssessmentReport
impl Send for AssessmentReport
impl Sync for AssessmentReport
impl Unpin for AssessmentReport
impl UnwindSafe for AssessmentReport
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more