Class: Aws::ConfigService::Types::DescribeConfigRulesRequest

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 names of the Config rules for which you want details. If you do not specify any names, Config returns details for all your rules.

Returns:

  • (Array<String>)


2718
2719
2720
2721
2722
2723
2724
# File 'lib/aws-sdk-configservice/types.rb', line 2718

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

#filtersTypes::DescribeConfigRulesFilters

Returns a list of Detective or Proactive Config rules. By default, this API returns an unfiltered list. For more information on Detective or Proactive Config rules, see [ **Evaluation Mode** ][1] in the *Config Developer Guide*.

[1]: docs.aws.amazon.com/config/latest/developerguide/evaluate-config-rules.html



2718
2719
2720
2721
2722
2723
2724
# File 'lib/aws-sdk-configservice/types.rb', line 2718

class DescribeConfigRulesRequest < Struct.new(
  :config_rule_names,
  :next_token,
  :filters)
  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)


2718
2719
2720
2721
2722
2723
2724
# File 'lib/aws-sdk-configservice/types.rb', line 2718

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