Struct aws_sdk_config::model::compliance_summary::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for ComplianceSummary
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 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.
pub fn set_non_compliant_resource_count(
self,
input: Option<ComplianceContributorCount>
) -> Self
pub fn set_non_compliant_resource_count(
self,
input: Option<ComplianceContributorCount>
) -> Self
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.
The time that Config created the compliance summary.
Consumes the builder and constructs a ComplianceSummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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