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
show all
Defined in:
(unknown)

Overview

The response object for the DeleteFileSystem operation.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_idString

The ID of the file system being deleted.

Returns:

  • (String)

    The ID of the file system being deleted.

#lifecycleString

The file system lifecycle for the deletion request. Should be DELETING.

Possible values:

  • AVAILABLE
  • CREATING
  • FAILED
  • DELETING
  • MISCONFIGURED
  • UPDATING

Returns:

  • (String)

    The file system lifecycle for the deletion request.

#lustre_responseTypes::DeleteFileSystemLustreResponse

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

Returns:

#windows_responseTypes::DeleteFileSystemWindowsResponse

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

Returns: