Struct rusoto_ssm::CompliantSummary [] [src]

pub struct CompliantSummary {
    pub compliant_count: Option<i64>,
    pub severity_summary: Option<SeveritySummary>,
}

A summary of resources that are compliant. The summary is organized according to the resource count for each compliance type.

Fields

The total number of resources that are compliant.

A summary of the compliance severity by compliance type.

Trait Implementations

impl Default for CompliantSummary
[src]

[src]

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

impl Debug for CompliantSummary
[src]

[src]

Formats the value using the given formatter.

impl Clone for CompliantSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more