Class: Aws::FSx::Types::DeleteFileSystemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteFileSystemResponse
- 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
-
#file_system_id ⇒ String
The ID of the file system that's being deleted.
-
#lifecycle ⇒ String
The file system lifecycle for the deletion request.
-
#lustre_response ⇒ Types::DeleteFileSystemLustreResponse
The response object for the Amazon FSx for Lustre file system being deleted in the
DeleteFileSystem
operation. -
#open_zfs_response ⇒ Types::DeleteFileSystemOpenZFSResponse
The response object for the OpenZFS file system that's being deleted in the
DeleteFileSystem
operation. -
#windows_response ⇒ Types::DeleteFileSystemWindowsResponse
The response object for the Microsoft Windows file system used in the
DeleteFileSystem
operation.
Instance Attribute Details
#file_system_id ⇒ String
The ID of the file system that's being deleted.
4505 4506 4507 4508 4509 4510 4511 4512 4513 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4505 class DeleteFileSystemResponse < Struct.new( :file_system_id, :lifecycle, :windows_response, :lustre_response, :open_zfs_response) SENSITIVE = [] include Aws::Structure end |
#lifecycle ⇒ String
The file system lifecycle for the deletion request. If the
DeleteFileSystem
operation is successful, this status is
DELETING
.
4505 4506 4507 4508 4509 4510 4511 4512 4513 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4505 class DeleteFileSystemResponse < Struct.new( :file_system_id, :lifecycle, :windows_response, :lustre_response, :open_zfs_response) SENSITIVE = [] include Aws::Structure end |
#lustre_response ⇒ Types::DeleteFileSystemLustreResponse
The response object for the Amazon FSx for Lustre file system being
deleted in the DeleteFileSystem
operation.
4505 4506 4507 4508 4509 4510 4511 4512 4513 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4505 class DeleteFileSystemResponse < Struct.new( :file_system_id, :lifecycle, :windows_response, :lustre_response, :open_zfs_response) SENSITIVE = [] include Aws::Structure end |
#open_zfs_response ⇒ Types::DeleteFileSystemOpenZFSResponse
The response object for the OpenZFS file system that's being
deleted in the DeleteFileSystem
operation.
4505 4506 4507 4508 4509 4510 4511 4512 4513 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4505 class DeleteFileSystemResponse < Struct.new( :file_system_id, :lifecycle, :windows_response, :lustre_response, :open_zfs_response) SENSITIVE = [] include Aws::Structure end |
#windows_response ⇒ Types::DeleteFileSystemWindowsResponse
The response object for the Microsoft Windows file system used in
the DeleteFileSystem
operation.
4505 4506 4507 4508 4509 4510 4511 4512 4513 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4505 class DeleteFileSystemResponse < Struct.new( :file_system_id, :lifecycle, :windows_response, :lustre_response, :open_zfs_response) SENSITIVE = [] include Aws::Structure end |