Class: Aws::ConfigService::Types::StartConfigRulesEvaluationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::StartConfigRulesEvaluationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Note:
When making an API call, you may pass StartConfigRulesEvaluationRequest data as a hash:
{
config_rule_names: ["StringWithCharLimit64"],
}
Instance Attribute Summary collapse
-
#config_rule_names ⇒ Array<String>
The list of names of Config rules that you want to run evaluations for.
Instance Attribute Details
#config_rule_names ⇒ Array<String>
The list of names of Config rules that you want to run evaluations for.
2428 2429 2430 2431 |
# File 'lib/aws-sdk-configservice/types.rb', line 2428 class StartConfigRulesEvaluationRequest < Struct.new( :config_rule_names) include Aws::Structure end |