Struct rusoto_config::GetComplianceSummaryByResourceTypeResponse [] [src]

pub struct GetComplianceSummaryByResourceTypeResponse {
    pub compliance_summaries_by_resource_type: Option<Vec<ComplianceSummaryByResourceType>>,
}

Fields

The number of resources that are compliant and the number that are noncompliant. If one or more resource types were provided with the request, the numbers are returned for each resource type. The maximum number returned is 100.

Trait Implementations

impl Default for GetComplianceSummaryByResourceTypeResponse
[src]

[src]

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

impl Debug for GetComplianceSummaryByResourceTypeResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetComplianceSummaryByResourceTypeResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more