Class: Aws::FSx::Types::DeleteFileSystemRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteFileSystemRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
The request object for ‘DeleteFileSystem` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion.
-
#file_system_id ⇒ String
The ID of the file system that you want to delete.
-
#lustre_configuration ⇒ Types::DeleteFileSystemLustreConfiguration
The configuration object for the Amazon FSx for Lustre file system being deleted in the ‘DeleteFileSystem` operation.
-
#open_zfs_configuration ⇒ Types::DeleteFileSystemOpenZFSConfiguration
The configuration object for the OpenZFS file system used in the ‘DeleteFileSystem` operation.
-
#windows_configuration ⇒ Types::DeleteFileSystemWindowsConfiguration
The configuration object for the Microsoft Windows file system used in the ‘DeleteFileSystem` operation.
Instance Attribute Details
#client_request_token ⇒ String
A string of up to 64 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This token is automatically filled on your behalf when using the Command Line Interface (CLI) or an Amazon Web Services SDK.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
3786 3787 3788 3789 3790 3791 3792 3793 3794 |
# File 'lib/aws-sdk-fsx/types.rb', line 3786 class DeleteFileSystemRequest < Struct.new( :file_system_id, :client_request_token, :windows_configuration, :lustre_configuration, :open_zfs_configuration) SENSITIVE = [] include Aws::Structure end |
#file_system_id ⇒ String
The ID of the file system that you want to delete.
3786 3787 3788 3789 3790 3791 3792 3793 3794 |
# File 'lib/aws-sdk-fsx/types.rb', line 3786 class DeleteFileSystemRequest < Struct.new( :file_system_id, :client_request_token, :windows_configuration, :lustre_configuration, :open_zfs_configuration) SENSITIVE = [] include Aws::Structure end |
#lustre_configuration ⇒ Types::DeleteFileSystemLustreConfiguration
The configuration object for the Amazon FSx for Lustre file system being deleted in the ‘DeleteFileSystem` operation.
3786 3787 3788 3789 3790 3791 3792 3793 3794 |
# File 'lib/aws-sdk-fsx/types.rb', line 3786 class DeleteFileSystemRequest < Struct.new( :file_system_id, :client_request_token, :windows_configuration, :lustre_configuration, :open_zfs_configuration) SENSITIVE = [] include Aws::Structure end |
#open_zfs_configuration ⇒ Types::DeleteFileSystemOpenZFSConfiguration
The configuration object for the OpenZFS file system used in the ‘DeleteFileSystem` operation.
3786 3787 3788 3789 3790 3791 3792 3793 3794 |
# File 'lib/aws-sdk-fsx/types.rb', line 3786 class DeleteFileSystemRequest < Struct.new( :file_system_id, :client_request_token, :windows_configuration, :lustre_configuration, :open_zfs_configuration) SENSITIVE = [] include Aws::Structure end |
#windows_configuration ⇒ Types::DeleteFileSystemWindowsConfiguration
The configuration object for the Microsoft Windows file system used in the ‘DeleteFileSystem` operation.
3786 3787 3788 3789 3790 3791 3792 3793 3794 |
# File 'lib/aws-sdk-fsx/types.rb', line 3786 class DeleteFileSystemRequest < Struct.new( :file_system_id, :client_request_token, :windows_configuration, :lustre_configuration, :open_zfs_configuration) SENSITIVE = [] include Aws::Structure end |