Class: Aws::FSx::Types::StartMisconfiguredStateRecoveryResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::StartMisconfiguredStateRecoveryResponse
 
 
- 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.
      8448 8449 8450 8451 8452  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 8448 class StartMisconfiguredStateRecoveryResponse < Struct.new( :file_system) SENSITIVE = [] include Aws::Structure end  |