Struct aws_sdk_config::model::AggregateConformancePackComplianceSummary [−][src]
#[non_exhaustive]pub struct AggregateConformancePackComplianceSummary {
pub compliance_summary: Option<AggregateConformancePackComplianceCount>,
pub group_name: Option<String>,
}Expand description
Provides a summary of compliance based on either account ID or region.
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.compliance_summary: Option<AggregateConformancePackComplianceCount>Returns an AggregateConformancePackComplianceCount object.
group_name: Option<String>Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.
Implementations
Returns an AggregateConformancePackComplianceCount object.
Groups the result based on Amazon Web Services account ID or Amazon Web Services Region.
Creates a new builder-style object to manufacture AggregateConformancePackComplianceSummary
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
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
