Class: Aws::ConfigService::Types::StartRemediationExecutionRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::StartRemediationExecutionRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #config_rule_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The list of names of Config rules that you want to run remediation execution for.
 - 
  
    
      #resource_keys  ⇒ Array<Types::ResourceKey> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of resource keys to be processed with the current request.
 
Instance Attribute Details
#config_rule_name ⇒ String
The list of names of Config rules that you want to run remediation execution for.
      8536 8537 8538 8539 8540 8541  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 8536 class StartRemediationExecutionRequest < Struct.new( :config_rule_name, :resource_keys) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_keys ⇒ Array<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.
      8536 8537 8538 8539 8540 8541  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 8536 class StartRemediationExecutionRequest < Struct.new( :config_rule_name, :resource_keys) SENSITIVE = [] include Aws::Structure end  |