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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_namesArray<String>

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.

Returns:

  • (Array<String>)


2964
2965
2966
2967
2968
2969
2970
# File 'lib/aws-sdk-configservice/types.rb', line 2964

class DescribeConfigRuleEvaluationStatusRequest < Struct.new(
  :config_rule_names,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#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 1000 rules.

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

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

Returns:

  • (Integer)


2964
2965
2966
2967
2968
2969
2970
# File 'lib/aws-sdk-configservice/types.rb', line 2964

class DescribeConfigRuleEvaluationStatusRequest < Struct.new(
  :config_rule_names,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end

#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)


2964
2965
2966
2967
2968
2969
2970
# File 'lib/aws-sdk-configservice/types.rb', line 2964

class DescribeConfigRuleEvaluationStatusRequest < Struct.new(
  :config_rule_names,
  :next_token,
  :limit)
  SENSITIVE = []
  include Aws::Structure
end