Method: Aws::EFS::Types::LifecyclePolicy#transition_to_ia

Defined in:
lib/aws-sdk-efs/types.rb

#transition_to_iaString

The number of days after files were last accessed in primary storage (the Standard storage class) at which to move them to Infrequent Access (IA) storage. Metadata operations such as listing the contents of a directory don’t count as file access events.

Returns:

  • (String)


1897
1898
1899
1900
1901
1902
1903
# File 'lib/aws-sdk-efs/types.rb', line 1897

class LifecyclePolicy < Struct.new(
  :transition_to_ia,
  :transition_to_primary_storage_class,
  :transition_to_archive)
  SENSITIVE = []
  include Aws::Structure
end