Class: Aws::FSx::Types::ReleaseFileSystemNfsV3LocksResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::ReleaseFileSystemNfsV3LocksResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #file_system  ⇒ Types::FileSystem 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of a specific Amazon FSx file system.
 
Instance Attribute Details
#file_system ⇒ Types::FileSystem
A description of a specific Amazon FSx file system.
      7772 7773 7774 7775 7776  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 7772 class ReleaseFileSystemNfsV3LocksResponse < Struct.new( :file_system) SENSITIVE = [] include Aws::Structure end  |