Class: Aws::FSx::Types::DeleteFileSystemResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

The response object for the DeleteFileSystem operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_idString

The ID of the file system that's being deleted.

Returns:

  • (String)


4399
4400
4401
4402
4403
4404
4405
4406
4407
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4399

class DeleteFileSystemResponse < Struct.new(
  :file_system_id,
  :lifecycle,
  :windows_response,
  :lustre_response,
  :open_zfs_response)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycleString

The file system lifecycle for the deletion request. If the DeleteFileSystem operation is successful, this status is DELETING.

Returns:

  • (String)


4399
4400
4401
4402
4403
4404
4405
4406
4407
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4399

class DeleteFileSystemResponse < Struct.new(
  :file_system_id,
  :lifecycle,
  :windows_response,
  :lustre_response,
  :open_zfs_response)
  SENSITIVE = []
  include Aws::Structure
end

#lustre_responseTypes::DeleteFileSystemLustreResponse

The response object for the Amazon FSx for Lustre file system being deleted in the DeleteFileSystem operation.



4399
4400
4401
4402
4403
4404
4405
4406
4407
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4399

class DeleteFileSystemResponse < Struct.new(
  :file_system_id,
  :lifecycle,
  :windows_response,
  :lustre_response,
  :open_zfs_response)
  SENSITIVE = []
  include Aws::Structure
end

#open_zfs_responseTypes::DeleteFileSystemOpenZFSResponse

The response object for the OpenZFS file system that's being deleted in the DeleteFileSystem operation.



4399
4400
4401
4402
4403
4404
4405
4406
4407
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4399

class DeleteFileSystemResponse < Struct.new(
  :file_system_id,
  :lifecycle,
  :windows_response,
  :lustre_response,
  :open_zfs_response)
  SENSITIVE = []
  include Aws::Structure
end

#windows_responseTypes::DeleteFileSystemWindowsResponse

The response object for the Microsoft Windows file system used in the DeleteFileSystem operation.



4399
4400
4401
4402
4403
4404
4405
4406
4407
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4399

class DeleteFileSystemResponse < Struct.new(
  :file_system_id,
  :lifecycle,
  :windows_response,
  :lustre_response,
  :open_zfs_response)
  SENSITIVE = []
  include Aws::Structure
end