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 for which to retrieve the
BackupPolicy
.
Instance Attribute Details
#file_system_id ⇒ String
Specifies which EFS file system for which to retrieve the
BackupPolicy
.
841 842 843 844 845 |
# File 'gems/aws-sdk-efs/lib/aws-sdk-efs/types.rb', line 841 class DescribeBackupPolicyRequest < Struct.new( :file_system_id) SENSITIVE = [] include Aws::Structure end |