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.
2449 2450 2451 2452 2453 2454 |
# File 'lib/aws-sdk-configservice/types.rb', line 2449 class DeleteRemediationConfigurationRequest < Struct.new( :config_rule_name, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of a resource.
2449 2450 2451 2452 2453 2454 |
# File 'lib/aws-sdk-configservice/types.rb', line 2449 class DeleteRemediationConfigurationRequest < Struct.new( :config_rule_name, :resource_type) SENSITIVE = [] include Aws::Structure end |