Class: Aws::FSx::Types::DeleteFileSystemWindowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteFileSystemWindowsResponse
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
The response object for the Microsoft Windows file system used in the
DeleteFileSystem
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#final_backup_id ⇒ String
The ID of the final backup for this file system.
-
#final_backup_tags ⇒ Array<Types::Tag>
The set of tags applied to the final backup.
Instance Attribute Details
#final_backup_id ⇒ String
The ID of the final backup for this file system.
4584 4585 4586 4587 4588 4589 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4584 class DeleteFileSystemWindowsResponse < Struct.new( :final_backup_id, :final_backup_tags) SENSITIVE = [] include Aws::Structure end |
#final_backup_tags ⇒ Array<Types::Tag>
The set of tags applied to the final backup.
4584 4585 4586 4587 4588 4589 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 4584 class DeleteFileSystemWindowsResponse < Struct.new( :final_backup_id, :final_backup_tags) SENSITIVE = [] include Aws::Structure end |