Class: Aws::ConfigService::Types::DeleteEvaluationResultsRequest

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_nameString

The name of the Config rule for which you want to delete the evaluation results.

Returns:

  • (String)


2098
2099
2100
2101
2102
# File 'lib/aws-sdk-configservice/types.rb', line 2098

class DeleteEvaluationResultsRequest < Struct.new(
  :config_rule_name)
  SENSITIVE = []
  include Aws::Structure
end