Class: Aws::ConfigService::Types::DeleteConfigRuleRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/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 that you want to delete.

Returns:

  • (String)


2030
2031
2032
2033
2034
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2030

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