Class: Aws::EFS::Types::BackupPolicyDescription

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

#backup_policyTypes::BackupPolicy

Describes the file system's backup policy, indicating whether automatic backups are turned on or off.

Returns:



247
248
249
250
251
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 247

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