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)


4464
4465
4466
4467
4468
4469
4470
4471
4472
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4464

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)


4464
4465
4466
4467
4468
4469
4470
4471
4472
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4464

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.



4464
4465
4466
4467
4468
4469
4470
4471
4472
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4464

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.



4464
4465
4466
4467
4468
4469
4470
4471
4472
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4464

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.



4464
4465
4466
4467
4468
4469
4470
4471
4472
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4464

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