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

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 DeleteConfigRuleRequest data as a hash:

{
  config_rule_name: "StringWithCharLimit64", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_nameString

The name of the AWS Config rule that you want to delete.

Returns:

  • (String)


1326
1327
1328
1329
# File 'lib/aws-sdk-configservice/types.rb', line 1326

class DeleteConfigRuleRequest < Struct.new(
  :config_rule_name)
  include Aws::Structure
end