You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ConfigService::Types::DescribeRemediationExceptionsRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::DescribeRemediationExceptionsRequest
 
 
- Defined in:
 - (unknown)
 
Overview
When passing DescribeRemediationExceptionsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  config_rule_name: "ConfigRuleName", # required
  resource_keys: [
    {
      resource_type: "StringWithCharLimit256",
      resource_id: "StringWithCharLimit1024",
    },
  ],
  limit: 1,
  next_token: "String",
}
Instance Attribute Summary collapse
- 
  
    
      #config_rule_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the AWS Config rule.
 - 
  
    
      #limit  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The maximum number of RemediationExceptionResourceKey returned on each page.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The
nextTokenstring returned in a previous request that you use to request the next page of results in a paginated response. - 
  
    
      #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 AWS Config rule.
#limit ⇒ Integer
The maximum number of RemediationExceptionResourceKey returned on each page. The default is 25. If you specify 0, AWS Config uses the default.
#next_token ⇒ String
The nextToken string returned in a previous request that you use to
request the next page of results in a paginated response.
#resource_keys ⇒ Array<Types::RemediationExceptionResourceKey>
An exception list of resource exception keys to be processed with the current request. AWS Config adds exception for each resource key. For example, AWS Config adds 3 exceptions for 3 resource keys.