Struct rusoto_ssm::NonCompliantSummary [] [src]

pub struct NonCompliantSummary {
    pub non_compliant_count: Option<i64>,
    pub severity_summary: Option<SeveritySummary>,
}

A summary of resources that are not compliant. The summary is organized according to resource type.

Fields

The total number of compliance items that are not compliant.

A summary of the non-compliance severity by compliance type

Trait Implementations

impl Default for NonCompliantSummary
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for NonCompliantSummary
[src]

[src]

Formats the value using the given formatter.

impl Clone for NonCompliantSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more