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]

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

impl Debug for NonCompliantSummary
[src]

Formats the value using the given formatter. Read more

impl Clone for NonCompliantSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for NonCompliantSummary
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations