Class: Aws::ConfigService::Types::DeleteEvaluationResultsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteEvaluationResultsRequest
- Defined in:
- gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#config_rule_name ⇒ String
The name of the Config rule for which you want to delete the evaluation results.
Instance Attribute Details
#config_rule_name ⇒ String
The name of the Config rule for which you want to delete the evaluation results.
2098 2099 2100 2101 2102 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2098 class DeleteEvaluationResultsRequest < Struct.new( :config_rule_name) SENSITIVE = [] include Aws::Structure end |