Class: Aws::EFS::Types::LifecycleConfigurationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::LifecycleConfigurationDescription
- Includes:
- Structure
- Defined in:
- 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.
1850 1851 1852 1853 1854 |
# File 'lib/aws-sdk-efs/types.rb', line 1850 class LifecycleConfigurationDescription < Struct.new( :lifecycle_policies) SENSITIVE = [] include Aws::Structure end |