Class: Aws::EFS::Types::BackupPolicyDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::BackupPolicyDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_policy ⇒ Types::BackupPolicy
Describes the file system’s backup policy, indicating whether automatic backups are turned on or off.
Instance Attribute Details
#backup_policy ⇒ Types::BackupPolicy
Describes the file system’s backup policy, indicating whether automatic backups are turned on or off.
247 248 249 250 251 |
# File 'lib/aws-sdk-efs/types.rb', line 247 class BackupPolicyDescription < Struct.new( :backup_policy) SENSITIVE = [] include Aws::Structure end |