class Aws::ConfigService::Types::DescribeComplianceByConfigRuleRequest

@note When making an API call, you may pass DescribeComplianceByConfigRuleRequest

data as a hash:

    {
      config_rule_names: ["ConfigRuleName"],
      compliance_types: ["COMPLIANT"], # accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA
      next_token: "String",
    }

@!attribute [rw] config_rule_names

Specify one or more Config rule names to filter the results by rule.
@return [Array<String>]

@!attribute [rw] compliance_types

Filters the results by compliance.

The allowed values are `COMPLIANT` and `NON_COMPLIANT`.
@return [Array<String>]

@!attribute [rw] next_token

The `nextToken` string returned on a previous page that you use to
get the next page of results in a paginated response.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/DescribeComplianceByConfigRuleRequest AWS API Documentation

Constants

SENSITIVE