Class: Aws::RecycleBin::Types::LockConfiguration
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RecycleBin::Types::LockConfiguration
 
- Defined in:
- gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb
Overview
Information about a retention rule lock configuration.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #unlock_delay  ⇒ Types::UnlockDelay 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Information about the retention rule unlock delay. 
Instance Attribute Details
#unlock_delay ⇒ Types::UnlockDelay
Information about the retention rule unlock delay.
| 411 412 413 414 415 | # File 'gems/aws-sdk-recyclebin/lib/aws-sdk-recyclebin/types.rb', line 411 class LockConfiguration < Struct.new( :unlock_delay) SENSITIVE = [] include Aws::Structure end |