class Aws::ConfigService::Types::DescribeConfigRuleEvaluationStatusRequest

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

data as a hash:

    {
      config_rule_names: ["ConfigRuleName"],
      next_token: "String",
      limit: 1,
    }

@!attribute [rw] config_rule_names

The name of the Config managed rules for which you want status
information. If you do not specify any names, Config returns status
information for all Config managed rules that you use.
@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]

@!attribute [rw] limit

The number of rule evaluation results that you want returned.

This parameter is required if the rule limit for your account is
more than the default of 150 rules.

For information about requesting a rule limit increase, see [Config
Limits][1] in the *Amazon Web Services General Reference Guide*.

[1]: http://docs.aws.amazon.com/general/latest/gr/aws_service_limits.html#limits_config
@return [Integer]

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

Constants

SENSITIVE