You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EFS::Types::BackupPolicy

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BackupPolicy as input to an Aws::Client method, you can use a vanilla Hash:

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

The backup policy for the file system, showing the curent status. If ENABLED, the file system is being backed up.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

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

  • ENABLED - EFS is automatically backing up the file system.

  • ENABLING - EFS is turning on automatic backups for the file system.

  • DISABLED - automatic back ups are turned off for the file system.

  • DISABLED - EFS is turning off automatic backups for the file system.

    Possible values:

    • ENABLED
    • ENABLING
    • DISABLED
    • DISABLING

Returns:

  • (String)

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