Class: Aws::FSx::Types::DeleteFileSystemWindowsResponse

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#final_backup_idString

The ID of the final backup for this file system.

Returns:

  • (String)


697
698
699
700
701
# File 'lib/aws-sdk-fsx/types.rb', line 697

class DeleteFileSystemWindowsResponse < Struct.new(
  :final_backup_id,
  :final_backup_tags)
  include Aws::Structure
end

#final_backup_tagsArray<Types::Tag>

The set of tags applied to the final backup.

Returns:



697
698
699
700
701
# File 'lib/aws-sdk-fsx/types.rb', line 697

class DeleteFileSystemWindowsResponse < Struct.new(
  :final_backup_id,
  :final_backup_tags)
  include Aws::Structure
end