You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FSx::Types::DeleteFileSystemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteFileSystemResponse
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#file_system_id ⇒ String
The ID of the file system 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..
-
#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 being deleted.
#lifecycle ⇒ String
The file system lifecycle for the deletion request. Should be
DELETING
.
Possible values:
- AVAILABLE
- CREATING
- FAILED
- DELETING
- MISCONFIGURED
- UPDATING
#lustre_response ⇒ Types::DeleteFileSystemLustreResponse
The response object for the Amazon FSx for Lustre file system being deleted in the DeleteFileSystem
operation.
#windows_response ⇒ Types::DeleteFileSystemWindowsResponse
The response object for the Microsoft Windows file system used in the DeleteFileSystem
operation.