Class: Aws::SageMaker::Types::FSxLustreFileSystem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::FSxLustreFileSystem
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
A custom file system in Amazon FSx for Lustre.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #file_system_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Amazon FSx for Lustre file system ID.
 
Instance Attribute Details
#file_system_id ⇒ String
Amazon FSx for Lustre file system ID.
      21525 21526 21527 21528 21529  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 21525 class FSxLustreFileSystem < Struct.new( :file_system_id) SENSITIVE = [] include Aws::Structure end  |