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.
1762 1763 1764 1765 1766 |
# File 'lib/aws-sdk-efs/types.rb', line 1762 class LifecycleConfigurationDescription < Struct.new( :lifecycle_policies) SENSITIVE = [] include Aws::Structure end |