Class: Aws::ConfigService::Types::DeleteRemediationExceptionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::DeleteRemediationExceptionsRequest
- 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 exception configuration.
-
#resource_keys ⇒ Array<Types::RemediationExceptionResourceKey>
An exception list of resource exception keys to be processed with the current request.
Instance Attribute Details
#config_rule_name ⇒ String
The name of the Config rule for which you want to delete remediation exception configuration.
2187 2188 2189 2190 2191 2192 |
# File 'lib/aws-sdk-configservice/types.rb', line 2187 class DeleteRemediationExceptionsRequest < Struct.new( :config_rule_name, :resource_keys) SENSITIVE = [] include Aws::Structure end |
#resource_keys ⇒ Array<Types::RemediationExceptionResourceKey>
An exception list of resource exception keys to be processed with the current request. Config adds exception for each resource key. For example, Config adds 3 exceptions for 3 resource keys.
2187 2188 2189 2190 2191 2192 |
# File 'lib/aws-sdk-configservice/types.rb', line 2187 class DeleteRemediationExceptionsRequest < Struct.new( :config_rule_name, :resource_keys) SENSITIVE = [] include Aws::Structure end |