Class: Aws::EFS::Types::DeleteFileSystemPolicyRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EFS::Types::DeleteFileSystemPolicyRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-efs/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #file_system_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the EFS file system for which to delete the ‘FileSystemPolicy`.
 
Instance Attribute Details
#file_system_id ⇒ String
Specifies the EFS file system for which to delete the ‘FileSystemPolicy`.
      652 653 654 655 656  | 
    
      # File 'lib/aws-sdk-efs/types.rb', line 652 class DeleteFileSystemPolicyRequest < Struct.new( :file_system_id) SENSITIVE = [] include Aws::Structure end  |