class Aws::EFS::Types::BackupPolicy

The backup policy for the file system used to create automatic daily backups. If status has a value of `ENABLED`, the file system is being automatically backed up. For more information, see [Automatic backups].

[1]: docs.aws.amazon.com/efs/latest/ug/awsbackup.html#automatic-backups

@note When making an API call, you may pass BackupPolicy

data as a hash:

    {
      status: "ENABLED", # required, accepts ENABLED, ENABLING, DISABLED, DISABLING
    }

@!attribute [rw] status

Describes the status of the file system's backup policy.

* <b> <code>ENABLED</code> </b> - EFS is automatically backing up
  the file system.

* <b> <code>ENABLING</code> </b> - EFS is turning on automatic
  backups for the file system.

* <b> <code>DISABLED</code> </b> - automatic back ups are turned off
  for the file system.

* <b> <code>DISABLING</code> </b> - EFS is turning off automatic
  backups for the file system.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticfilesystem-2015-02-01/BackupPolicy AWS API Documentation

Constants

SENSITIVE