Struct rusoto_config::GetComplianceSummaryByResourceTypeRequest [] [src]

pub struct GetComplianceSummaryByResourceTypeRequest {
    pub resource_types: Option<ResourceTypes>,
}

Fields

Specify one or more resource types to get the number of resources that are compliant and the number that are noncompliant for each resource type.

For this request, you can specify an AWS resource type such as AWS::EC2::Instance, and you can specify that the resource type is an AWS account by specifying AWS::::Account.

Trait Implementations

impl Default for GetComplianceSummaryByResourceTypeRequest
[src]

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

impl Debug for GetComplianceSummaryByResourceTypeRequest
[src]

Formats the value using the given formatter.

impl Clone for GetComplianceSummaryByResourceTypeRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more