Struct aws_sdk_auditmanager::types::Assessment
source · #[non_exhaustive]pub struct Assessment { /* private fields */ }Expand description
An entity that defines the scope of audit evidence collected by Audit Manager. An Audit Manager assessment is an implementation of an Audit Manager framework.
Implementations§
source§impl Assessment
impl Assessment
sourcepub fn aws_account(&self) -> Option<&AwsAccount>
pub fn aws_account(&self) -> Option<&AwsAccount>
The Amazon Web Services account that's associated with the assessment.
sourcepub fn metadata(&self) -> Option<&AssessmentMetadata>
pub fn metadata(&self) -> Option<&AssessmentMetadata>
The metadata for the assessment.
sourcepub fn framework(&self) -> Option<&AssessmentFramework>
pub fn framework(&self) -> Option<&AssessmentFramework>
The framework that the assessment was created from.
The tags that are associated with the assessment.
source§impl Assessment
impl Assessment
sourcepub fn builder() -> AssessmentBuilder
pub fn builder() -> AssessmentBuilder
Creates a new builder-style object to manufacture Assessment.
Trait Implementations§
source§impl Clone for Assessment
impl Clone for Assessment
source§fn clone(&self) -> Assessment
fn clone(&self) -> Assessment
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 Assessment
impl Debug for Assessment
source§impl PartialEq<Assessment> for Assessment
impl PartialEq<Assessment> for Assessment
source§fn eq(&self, other: &Assessment) -> bool
fn eq(&self, other: &Assessment) -> bool
This method tests for
self and other values to be equal, and is used
by ==.