class Aws::ConfigService::Types::GetComplianceDetailsByConfigRuleRequest

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

data as a hash:

    {
      config_rule_name: "StringWithCharLimit64", # required
      compliance_types: ["COMPLIANT"], # accepts COMPLIANT, NON_COMPLIANT, NOT_APPLICABLE, INSUFFICIENT_DATA
      limit: 1,
      next_token: "NextToken",
    }

@!attribute [rw] config_rule_name

The name of the Config rule for which you want compliance
information.
@return [String]

@!attribute [rw] compliance_types

Filters the results by compliance.

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

@!attribute [rw] limit

The maximum number of evaluation results returned on each page. The
default is 10. You cannot specify a number greater than 100. If you
specify 0, Config uses the default.
@return [Integer]

@!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/GetComplianceDetailsByConfigRuleRequest AWS API Documentation

Constants

SENSITIVE