Struct aws_sdk_config::model::ComplianceByConfigRule
source · [−]#[non_exhaustive]pub struct ComplianceByConfigRule {
pub config_rule_name: Option<String>,
pub compliance: Option<Compliance>,
}Expand description
Indicates whether an Config rule is compliant. A rule is compliant if all of the resources that the rule evaluated comply with it. A rule is noncompliant if any of these resources do not comply.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.config_rule_name: Option<String>The name of the Config rule.
compliance: Option<Compliance>Indicates whether the Config rule is compliant.
Implementations
The name of the Config rule.
Indicates whether the Config rule is compliant.
Creates a new builder-style object to manufacture ComplianceByConfigRule
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ComplianceByConfigRule
impl Send for ComplianceByConfigRule
impl Sync for ComplianceByConfigRule
impl Unpin for ComplianceByConfigRule
impl UnwindSafe for ComplianceByConfigRule
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more