Class: Aws::FSx::Types::CreateVolumeFromBackupResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::CreateVolumeFromBackupResponse
 
 
- Defined in:
 - gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #volume  ⇒ Types::Volume 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returned after a successful
CreateVolumeFromBackupAPI operation, describing the volume just created. 
Instance Attribute Details
#volume ⇒ Types::Volume
Returned after a successful CreateVolumeFromBackup API operation,
describing the volume just created.
      3666 3667 3668 3669 3670  | 
    
      # File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 3666 class CreateVolumeFromBackupResponse < Struct.new( :volume) SENSITIVE = [] include Aws::Structure end  |