Struct aws_sdk_securityhub::model::Standard
source · #[non_exhaustive]pub struct Standard { /* private fields */ }
Expand description
Provides information about a specific security standard.
Implementations§
source§impl Standard
impl Standard
sourcepub fn standards_arn(&self) -> Option<&str>
pub fn standards_arn(&self) -> Option<&str>
The ARN of a standard.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the standard.
sourcepub fn enabled_by_default(&self) -> bool
pub fn enabled_by_default(&self) -> bool
Whether the standard is enabled by default. When Security Hub is enabled from the console, if a standard is enabled by default, the check box for that standard is selected by default.
When Security Hub is enabled using the EnableSecurityHub
API operation, the standard is enabled by default unless EnableDefaultStandards
is set to false
.
sourcepub fn standards_managed_by(&self) -> Option<&StandardsManagedBy>
pub fn standards_managed_by(&self) -> Option<&StandardsManagedBy>
Provides details about the management of a standard.