Class: Aws::ConfigService::Types::DeleteRemediationConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteRemediationConfigurationRequest
- 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 for which you want to delete remediation configuration.
-
#resource_type ⇒ String
The type of a resource.
Instance Attribute Details
#config_rule_name ⇒ String
The name of the Config rule for which you want to delete remediation configuration.
2163 2164 2165 2166 2167 2168 |
# File 'lib/aws-sdk-configservice/types.rb', line 2163 class DeleteRemediationConfigurationRequest < Struct.new( :config_rule_name, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of a resource.
2163 2164 2165 2166 2167 2168 |
# File 'lib/aws-sdk-configservice/types.rb', line 2163 class DeleteRemediationConfigurationRequest < Struct.new( :config_rule_name, :resource_type) SENSITIVE = [] include Aws::Structure end |