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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

Note:

When making an API call, you may pass DeleteEvaluationResultsRequest data as a hash:

{
  config_rule_name: "StringWithCharLimit64", # required
}

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_nameString

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

Returns:

  • (String)


2028
2029
2030
2031
2032
# File 'lib/aws-sdk-configservice/types.rb', line 2028

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