Struct aws_sdk_config::model::ComplianceSummaryByResourceType [−][src]
#[non_exhaustive]pub struct ComplianceSummaryByResourceType {
pub resource_type: Option<String>,
pub compliance_summary: Option<ComplianceSummary>,
}Expand description
The number of Amazon Web Services resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each.
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.resource_type: Option<String>The type of Amazon Web Services resource.
compliance_summary: Option<ComplianceSummary>The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for each.
Implementations
The type of Amazon Web Services resource.
The number of Amazon Web Services resources that are compliant or noncompliant, up to a maximum of 100 for each.
Creates a new builder-style object to manufacture ComplianceSummaryByResourceType
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 Send for ComplianceSummaryByResourceType
impl Sync for ComplianceSummaryByResourceType
impl Unpin for ComplianceSummaryByResourceType
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
