Class: Aws::FSx::Types::CreateBackupResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::CreateBackupResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
The response object for the ‘CreateBackup` operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #backup  ⇒ Types::Backup 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A description of the backup.
 
Instance Attribute Details
#backup ⇒ Types::Backup
A description of the backup.
      1135 1136 1137 1138 1139  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 1135 class CreateBackupResponse < Struct.new( :backup) SENSITIVE = [] include Aws::Structure end  |