Class: Aws::ConfigService::Types::DeleteRetentionConfigurationRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ConfigService::Types::DeleteRetentionConfigurationRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-configservice/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #retention_configuration_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the retention configuration to delete.
 
Instance Attribute Details
#retention_configuration_name ⇒ String
The name of the retention configuration to delete.
      2231 2232 2233 2234 2235  | 
    
      # File 'lib/aws-sdk-configservice/types.rb', line 2231 class DeleteRetentionConfigurationRequest < Struct.new( :retention_configuration_name) SENSITIVE = [] include Aws::Structure end  |