You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ConfigService::Types::RetentionConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ConfigService::Types::RetentionConfiguration
 
- Defined in:
- (unknown)
Overview
An object with the name of the retention configuration and the retention period in days. The object stores the configuration for data retention in AWS Config.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the retention configuration object. 
- 
  
    
      #retention_period_in_days  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Number of days AWS Config stores your historical information. 
Instance Attribute Details
#name ⇒ String
The name of the retention configuration object.
#retention_period_in_days ⇒ Integer
Number of days AWS Config stores your historical information.