Class: Aws::ConfigService::Types::DeleteConfigRuleRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteConfigRuleRequest
- Includes:
- Structure
- Defined in:
- 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 that you want to delete.
Instance Attribute Details
#config_rule_name ⇒ String
The name of the Config rule that you want to delete.
2030 2031 2032 2033 2034 |
# File 'lib/aws-sdk-configservice/types.rb', line 2030 class DeleteConfigRuleRequest < Struct.new( :config_rule_name) SENSITIVE = [] include Aws::Structure end |