Struct rusoto_config::DescribeComplianceByConfigRuleRequest [] [src]

pub struct DescribeComplianceByConfigRuleRequest {
    pub compliance_types: Option<ComplianceTypes>,
    pub config_rule_names: Option<ConfigRuleNames>,
    pub next_token: Option<String>,
}

Fields

Filters the results by compliance.

The allowed values are COMPLIANT, NON_COMPLIANT, and INSUFFICIENT_DATA.

Specify one or more AWS Config rule names to filter the results by rule.

The NextToken string returned on a previous page that you use to get the next page of results in a paginated response.

Trait Implementations

impl Default for DescribeComplianceByConfigRuleRequest
[src]

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

impl Debug for DescribeComplianceByConfigRuleRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeComplianceByConfigRuleRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more