Struct rusoto_config::ComplianceByConfigRule [] [src]

pub struct ComplianceByConfigRule {
    pub compliance: Option<Compliance>,
    pub config_rule_name: Option<String>,
}

Indicates whether an AWS Config rule is compliant. A rule is compliant if all of the resources that the rule evaluated comply with it, and it is noncompliant if any of these resources do not comply.

Fields

Indicates whether the AWS Config rule is compliant.

The name of the AWS Config rule.

Trait Implementations

impl Default for ComplianceByConfigRule
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for ComplianceByConfigRule
[src]

[src]

Formats the value using the given formatter.

impl Clone for ComplianceByConfigRule
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more