Class: Aws::FSx::Types::DeleteFileSystemOpenZFSResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::FSx::Types::DeleteFileSystemOpenZFSResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-fsx/types.rb
 
Overview
The response object for the Amazon FSx for OpenZFS file system that’s being deleted in the ‘DeleteFileSystem` operation.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #final_backup_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the source backup.
 - 
  
    
      #final_backup_tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of ‘Tag` values, with a maximum of 50 elements.
 
Instance Attribute Details
#final_backup_id ⇒ String
The ID of the source backup. Specifies the backup that you are copying.
      4435 4436 4437 4438 4439 4440  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 4435 class DeleteFileSystemOpenZFSResponse < Struct.new( :final_backup_id, :final_backup_tags) SENSITIVE = [] include Aws::Structure end  | 
  
#final_backup_tags ⇒ Array<Types::Tag>
A list of ‘Tag` values, with a maximum of 50 elements.
      4435 4436 4437 4438 4439 4440  | 
    
      # File 'lib/aws-sdk-fsx/types.rb', line 4435 class DeleteFileSystemOpenZFSResponse < Struct.new( :final_backup_id, :final_backup_tags) SENSITIVE = [] include Aws::Structure end  |