Struct aws_sdk_securityhub::model::StandardsControl
source · #[non_exhaustive]pub struct StandardsControl { /* private fields */ }
Expand description
Details for an individual security standard control.
Implementations§
source§impl StandardsControl
impl StandardsControl
sourcepub fn standards_control_arn(&self) -> Option<&str>
pub fn standards_control_arn(&self) -> Option<&str>
The ARN of the security standard control.
sourcepub fn control_status(&self) -> Option<&ControlStatus>
pub fn control_status(&self) -> Option<&ControlStatus>
The current status of the security standard control. Indicates whether the control is enabled or disabled. Security Hub does not check against disabled controls.
sourcepub fn disabled_reason(&self) -> Option<&str>
pub fn disabled_reason(&self) -> Option<&str>
The reason provided for the most recent change in status for the control.
sourcepub fn control_status_updated_at(&self) -> Option<&DateTime>
pub fn control_status_updated_at(&self) -> Option<&DateTime>
The date and time that the status of the security standard control was most recently updated.
sourcepub fn control_id(&self) -> Option<&str>
pub fn control_id(&self) -> Option<&str>
The identifier of the security standard control.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The longer description of the security standard control. Provides information about what the control is checking for.
sourcepub fn remediation_url(&self) -> Option<&str>
pub fn remediation_url(&self) -> Option<&str>
A link to remediation information for the control in the Security Hub user documentation.
sourcepub fn severity_rating(&self) -> Option<&SeverityRating>
pub fn severity_rating(&self) -> Option<&SeverityRating>
The severity of findings generated from this security standard control.
The finding severity is based on an assessment of how easy it would be to compromise Amazon Web Services resources if the issue is detected.
The list of requirements that are related to this control.
source§impl StandardsControl
impl StandardsControl
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StandardsControl
.
Trait Implementations§
source§impl Clone for StandardsControl
impl Clone for StandardsControl
source§fn clone(&self) -> StandardsControl
fn clone(&self) -> StandardsControl
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for StandardsControl
impl Debug for StandardsControl
source§impl PartialEq<StandardsControl> for StandardsControl
impl PartialEq<StandardsControl> for StandardsControl
source§fn eq(&self, other: &StandardsControl) -> bool
fn eq(&self, other: &StandardsControl) -> bool
self
and other
values to be equal, and is used
by ==
.