Struct rusoto_config::ComplianceSummaryByResourceType [] [src]

pub struct ComplianceSummaryByResourceType {
    pub compliance_summary: Option<ComplianceSummary>,
    pub resource_type: Option<String>,
}

The number of AWS resources of a specific type that are compliant or noncompliant, up to a maximum of 100 for each compliance.

Fields

The number of AWS resources that are compliant or noncompliant, up to a maximum of 100 for each compliance.

The type of AWS resource.

Trait Implementations

impl Default for ComplianceSummaryByResourceType
[src]

[src]

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

impl Debug for ComplianceSummaryByResourceType
[src]

[src]

Formats the value using the given formatter.

impl Clone for ComplianceSummaryByResourceType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more