Struct rusoto_config::GetComplianceSummaryByResourceTypeRequest[][src]

pub struct GetComplianceSummaryByResourceTypeRequest {
    pub resource_types: Option<Vec<String>>,
}

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. 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. Read more

impl Clone for GetComplianceSummaryByResourceTypeRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetComplianceSummaryByResourceTypeRequest
[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