Class: Aws::ConfigService::Types::StartRemediationExecutionRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_nameString

The list of names of Config rules that you want to run remediation execution for.

Returns:

  • (String)


8473
8474
8475
8476
8477
8478
# File 'lib/aws-sdk-configservice/types.rb', line 8473

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

#resource_keysArray<Types::ResourceKey>

A list of resource keys to be processed with the current request. Each element in the list consists of the resource type and resource ID.

Returns:



8473
8474
8475
8476
8477
8478
# File 'lib/aws-sdk-configservice/types.rb', line 8473

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