Class: Aws::EFS::Types::DescribeBackupPolicyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EFS::Types::DescribeBackupPolicyRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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`.
      865 866 867 868 869  | 
    
      # File 'lib/aws-sdk-efs/types.rb', line 865 class DescribeBackupPolicyRequest < Struct.new( :file_system_id) SENSITIVE = [] include Aws::Structure end  |