You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FSx::Types::DeleteFileSystemRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::FSx::Types::DeleteFileSystemRequest
 
- Defined in:
- (unknown)
Overview
When passing DeleteFileSystemRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  file_system_id: "FileSystemId", # required
  client_request_token: "ClientRequestToken",
  windows_configuration: {
    skip_final_backup: false,
    final_backup_tags: [
      {
        key: "TagKey", # required
        value: "TagValue", # required
      },
    ],
  },
  lustre_configuration: {
    skip_final_backup: false,
    final_backup_tags: [
      {
        key: "TagKey", # required
        value: "TagValue", # required
      },
    ],
  },
}
The request object for DeleteFileSystem operation.
Instance Attribute Summary collapse
- 
  
    
      #client_request_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. 
- 
  
    
      #file_system_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID of the file system you want to delete. 
- 
  
    
      #lustre_configuration  ⇒ Types::DeleteFileSystemLustreConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The configuration object for the Amazon FSx for Lustre file system being deleted in the DeleteFileSystemoperation.. 
- 
  
    
      #windows_configuration  ⇒ Types::DeleteFileSystemWindowsConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The configuration object for the Microsoft Windows file system used in the DeleteFileSystemoperation.. 
Instance Attribute Details
#client_request_token ⇒ String
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This is automatically filled on your behalf when using the AWS CLI or SDK.
#file_system_id ⇒ String
The ID of the file system you want to delete.
#lustre_configuration ⇒ Types::DeleteFileSystemLustreConfiguration
The configuration object for the Amazon FSx for Lustre file system being deleted in the DeleteFileSystem operation.
#windows_configuration ⇒ Types::DeleteFileSystemWindowsConfiguration
The configuration object for the Microsoft Windows file system used in the DeleteFileSystem operation.