Struct aws_sdk_auditmanager::types::AssessmentMetadata
source · #[non_exhaustive]pub struct AssessmentMetadata { /* private fields */ }Expand description
The metadata that's associated with the specified assessment.
Implementations§
source§impl AssessmentMetadata
impl AssessmentMetadata
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the assessment.
sourcepub fn compliance_type(&self) -> Option<&str>
pub fn compliance_type(&self) -> Option<&str>
The name of the compliance standard that's related to the assessment, such as PCI-DSS.
sourcepub fn status(&self) -> Option<&AssessmentStatus>
pub fn status(&self) -> Option<&AssessmentStatus>
The overall status of the assessment.
sourcepub fn assessment_reports_destination(
&self
) -> Option<&AssessmentReportsDestination>
pub fn assessment_reports_destination( &self ) -> Option<&AssessmentReportsDestination>
The destination that evidence reports are stored in for the assessment.
sourcepub fn scope(&self) -> Option<&Scope>
pub fn scope(&self) -> Option<&Scope>
The wrapper of Amazon Web Services accounts and services that are in scope for the assessment.
sourcepub fn delegations(&self) -> Option<&[Delegation]>
pub fn delegations(&self) -> Option<&[Delegation]>
The delegations that are associated with the assessment.
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
Specifies when the assessment was created.
sourcepub fn last_updated(&self) -> Option<&DateTime>
pub fn last_updated(&self) -> Option<&DateTime>
The time of the most recent update.
source§impl AssessmentMetadata
impl AssessmentMetadata
sourcepub fn builder() -> AssessmentMetadataBuilder
pub fn builder() -> AssessmentMetadataBuilder
Creates a new builder-style object to manufacture AssessmentMetadata.
Trait Implementations§
source§impl Clone for AssessmentMetadata
impl Clone for AssessmentMetadata
source§fn clone(&self) -> AssessmentMetadata
fn clone(&self) -> AssessmentMetadata
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 AssessmentMetadata
impl Debug for AssessmentMetadata
source§impl PartialEq<AssessmentMetadata> for AssessmentMetadata
impl PartialEq<AssessmentMetadata> for AssessmentMetadata
source§fn eq(&self, other: &AssessmentMetadata) -> bool
fn eq(&self, other: &AssessmentMetadata) -> bool
This method tests for
self and other values to be equal, and is used
by ==.