Struct aws_sdk_auditmanager::types::FrameworkMetadata  
source · #[non_exhaustive]pub struct FrameworkMetadata { /* private fields */ }Expand description
The metadata of a framework, such as the name, ID, or description.
Implementations§
source§impl FrameworkMetadata
 
impl FrameworkMetadata
sourcepub fn description(&self) -> Option<&str>
 
pub fn description(&self) -> Option<&str>
The description of the framework.
sourcepub fn compliance_type(&self) -> Option<&str>
 
pub fn compliance_type(&self) -> Option<&str>
The compliance standard that's associated with the framework. For example, this could be PCI DSS or HIPAA.
source§impl FrameworkMetadata
 
impl FrameworkMetadata
sourcepub fn builder() -> FrameworkMetadataBuilder
 
pub fn builder() -> FrameworkMetadataBuilder
Creates a new builder-style object to manufacture FrameworkMetadata.
Trait Implementations§
source§impl Clone for FrameworkMetadata
 
impl Clone for FrameworkMetadata
source§fn clone(&self) -> FrameworkMetadata
 
fn clone(&self) -> FrameworkMetadata
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 FrameworkMetadata
 
impl Debug for FrameworkMetadata
source§impl PartialEq<FrameworkMetadata> for FrameworkMetadata
 
impl PartialEq<FrameworkMetadata> for FrameworkMetadata
source§fn eq(&self, other: &FrameworkMetadata) -> bool
 
fn eq(&self, other: &FrameworkMetadata) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.