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

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

Overview

The response object for the ‘DeleteFileSystem` operation.

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_idString

The ID of the file system being deleted.

Returns:

  • (String)


641
642
643
644
645
646
# File 'lib/aws-sdk-fsx/types.rb', line 641

class DeleteFileSystemResponse < Struct.new(
  :file_system_id,
  :lifecycle,
  :windows_response)
  include Aws::Structure
end

#lifecycleString

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

Returns:

  • (String)


641
642
643
644
645
646
# File 'lib/aws-sdk-fsx/types.rb', line 641

class DeleteFileSystemResponse < Struct.new(
  :file_system_id,
  :lifecycle,
  :windows_response)
  include Aws::Structure
end

#windows_responseTypes::DeleteFileSystemWindowsResponse

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



641
642
643
644
645
646
# File 'lib/aws-sdk-fsx/types.rb', line 641

class DeleteFileSystemResponse < Struct.new(
  :file_system_id,
  :lifecycle,
  :windows_response)
  include Aws::Structure
end