Struct aws_sdk_config::model::AggregateComplianceCount
source · [−]#[non_exhaustive]pub struct AggregateComplianceCount {
pub group_name: Option<String>,
pub compliance_summary: Option<ComplianceSummary>,
}Expand description
Returns the number of compliant and noncompliant rules for one or more accounts and regions in an aggregator.
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.group_name: Option<String>The 12-digit account ID or region based on the GroupByKey value.
compliance_summary: Option<ComplianceSummary>The number of compliant and noncompliant Config rules.
Implementations
The 12-digit account ID or region based on the GroupByKey value.
The number of compliant and noncompliant Config rules.
Creates a new builder-style object to manufacture AggregateComplianceCount
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 AggregateComplianceCount
impl Send for AggregateComplianceCount
impl Sync for AggregateComplianceCount
impl Unpin for AggregateComplianceCount
impl UnwindSafe for AggregateComplianceCount
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