Class: Aws::ConfigService::Types::DeleteRemediationConfigurationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_nameString

The name of the Config rule for which you want to delete remediation configuration.

Returns:

  • (String)


2163
2164
2165
2166
2167
2168
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2163

class DeleteRemediationConfigurationRequest < Struct.new(
  :config_rule_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of a resource.

Returns:

  • (String)


2163
2164
2165
2166
2167
2168
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 2163

class DeleteRemediationConfigurationRequest < Struct.new(
  :config_rule_name,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end