Struct aws_sdk_auditmanager::types::AssessmentFramework
source · #[non_exhaustive]pub struct AssessmentFramework { /* private fields */ }Expand description
The file used to structure and automate Audit Manager assessments for a given compliance standard.
Implementations§
source§impl AssessmentFramework
impl AssessmentFramework
sourcepub fn metadata(&self) -> Option<&FrameworkMetadata>
pub fn metadata(&self) -> Option<&FrameworkMetadata>
The metadata of a framework, such as the name, ID, or description.
sourcepub fn control_sets(&self) -> Option<&[AssessmentControlSet]>
pub fn control_sets(&self) -> Option<&[AssessmentControlSet]>
The control sets that are associated with the framework.
source§impl AssessmentFramework
impl AssessmentFramework
sourcepub fn builder() -> AssessmentFrameworkBuilder
pub fn builder() -> AssessmentFrameworkBuilder
Creates a new builder-style object to manufacture AssessmentFramework.
Trait Implementations§
source§impl Clone for AssessmentFramework
impl Clone for AssessmentFramework
source§fn clone(&self) -> AssessmentFramework
fn clone(&self) -> AssessmentFramework
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 AssessmentFramework
impl Debug for AssessmentFramework
source§impl PartialEq<AssessmentFramework> for AssessmentFramework
impl PartialEq<AssessmentFramework> for AssessmentFramework
source§fn eq(&self, other: &AssessmentFramework) -> bool
fn eq(&self, other: &AssessmentFramework) -> bool
This method tests for
self and other values to be equal, and is used
by ==.