Class: Aws::ConfigService::Types::DescribeConfigRulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DescribeConfigRulesRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_rule_names ⇒ Array<String>
The names of the Config rules for which you want details.
-
#filters ⇒ Types::DescribeConfigRulesFilters
Returns a list of Detective or Proactive Config rules.
-
#next_token ⇒ String
The
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.
Instance Attribute Details
#config_rule_names ⇒ Array<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.
2688 2689 2690 2691 2692 2693 2694 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2688 class DescribeConfigRulesRequest < Struct.new( :config_rule_names, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#filters ⇒ Types::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 in the Config Developer Guide.
2688 2689 2690 2691 2692 2693 2694 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2688 class DescribeConfigRulesRequest < Struct.new( :config_rule_names, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The nextToken
string returned on a previous page that you use to
get the next page of results in a paginated response.
2688 2689 2690 2691 2692 2693 2694 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2688 class DescribeConfigRulesRequest < Struct.new( :config_rule_names, :next_token, :filters) SENSITIVE = [] include Aws::Structure end |