Class: Aws::EFS::Types::LifecycleConfigurationDescription
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EFS::Types::LifecycleConfigurationDescription
 
- Defined in:
- gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #lifecycle_policies  ⇒ Array<Types::LifecyclePolicy> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An array of lifecycle management policies. 
Instance Attribute Details
#lifecycle_policies ⇒ Array<Types::LifecyclePolicy>
An array of lifecycle management policies. EFS supports a maximum of one policy per file system.
| 1897 1898 1899 1900 1901 | # File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1897 class LifecycleConfigurationDescription < Struct.new( :lifecycle_policies) SENSITIVE = [] include Aws::Structure end |