Class: Aws::EFS::Types::DescribeBackupPolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EFS::Types::DescribeBackupPolicyRequest
- Defined in:
- gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system_id ⇒ String
Specifies which EFS file system to retrieve the
BackupPolicy
for.
Instance Attribute Details
#file_system_id ⇒ String
Specifies which EFS file system to retrieve the BackupPolicy
for.
813 814 815 816 817 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 813 class DescribeBackupPolicyRequest < Struct.new( :file_system_id) SENSITIVE = [] include Aws::Structure end |