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.
1975 1976 1977 1978 1979 |
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1975 class DeleteEvaluationResultsRequest < Struct.new( :config_rule_name) SENSITIVE = [] include Aws::Structure end |