Struct aws_sdk_config::model::ComplianceSummary
source · [−]#[non_exhaustive]pub struct ComplianceSummary {
pub compliant_resource_count: Option<ComplianceContributorCount>,
pub non_compliant_resource_count: Option<ComplianceContributorCount>,
pub compliance_summary_timestamp: Option<DateTime>,
}Expand description
The number of Config rules or Amazon Web Services resources that are compliant and noncompliant.
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.compliant_resource_count: Option<ComplianceContributorCount>The number of Config rules or Amazon Web Services resources that are compliant, up to a maximum of 25 for rules and 100 for resources.
non_compliant_resource_count: Option<ComplianceContributorCount>The number of Config rules or Amazon Web Services resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.
compliance_summary_timestamp: Option<DateTime>The time that Config created the compliance summary.
Implementations
The number of Config rules or Amazon Web Services resources that are compliant, up to a maximum of 25 for rules and 100 for resources.
The number of Config rules or Amazon Web Services resources that are noncompliant, up to a maximum of 25 for rules and 100 for resources.
The time that Config created the compliance summary.
Creates a new builder-style object to manufacture ComplianceSummary
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 ComplianceSummary
impl Send for ComplianceSummary
impl Sync for ComplianceSummary
impl Unpin for ComplianceSummary
impl UnwindSafe for ComplianceSummary
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