Class: Aws::EFS::Types::PutBackupPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::PutBackupPolicyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#backup_policy ⇒ Types::BackupPolicy
The backup policy included in the ‘PutBackupPolicy` request.
-
#file_system_id ⇒ String
Specifies which EFS file system to update the backup policy for.
Instance Attribute Details
#backup_policy ⇒ Types::BackupPolicy
The backup policy included in the ‘PutBackupPolicy` request.
2261 2262 2263 2264 2265 2266 |
# File 'lib/aws-sdk-efs/types.rb', line 2261 class PutBackupPolicyRequest < Struct.new( :file_system_id, :backup_policy) SENSITIVE = [] include Aws::Structure end |
#file_system_id ⇒ String
Specifies which EFS file system to update the backup policy for.
2261 2262 2263 2264 2265 2266 |
# File 'lib/aws-sdk-efs/types.rb', line 2261 class PutBackupPolicyRequest < Struct.new( :file_system_id, :backup_policy) SENSITIVE = [] include Aws::Structure end |