Class: Aws::EFS::Types::LifecycleConfigurationDescription

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lifecycle_policiesArray<Types::LifecyclePolicy>

An array of lifecycle management policies. EFS supports a maximum of one policy per file system.

Returns:



1762
1763
1764
1765
1766
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 1762

class LifecycleConfigurationDescription < Struct.new(
  :lifecycle_policies)
  SENSITIVE = []
  include Aws::Structure
end