You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::DescribeConfigRuleEvaluationStatusRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeConfigRuleEvaluationStatusRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_namesArray<String>

The name of the AWS managed Config rules for which you want status information. If you do not specify any names, AWS Config returns status information for all AWS managed Config rules that you use.

Returns:

  • (Array<String>)

    The name of the AWS managed Config rules for which you want status information.

#limitInteger

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 AWS Config Limits in the AWS General Reference Guide.

Returns:

  • (Integer)

    The number of rule evaluation results that you want returned.

#next_tokenString

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

Returns:

  • (String)

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