Class: Aws::Types::DeleteFileSystemRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFileSystemRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#lustre_configuration ⇒ Types::DeleteFileSystemLustreConfiguration
Returns the value of attribute lustre_configuration.
-
#open_zfs_configuration ⇒ Types::DeleteFileSystemOpenZFSConfiguration
Returns the value of attribute open_zfs_configuration.
-
#windows_configuration ⇒ Types::DeleteFileSystemWindowsConfiguration
Returns the value of attribute windows_configuration.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
704 705 706 |
# File 'sig/types.rbs', line 704 def client_request_token @client_request_token end |
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
703 704 705 |
# File 'sig/types.rbs', line 703 def file_system_id @file_system_id end |
#lustre_configuration ⇒ Types::DeleteFileSystemLustreConfiguration
Returns the value of attribute lustre_configuration.
706 707 708 |
# File 'sig/types.rbs', line 706 def lustre_configuration @lustre_configuration end |
#open_zfs_configuration ⇒ Types::DeleteFileSystemOpenZFSConfiguration
Returns the value of attribute open_zfs_configuration.
707 708 709 |
# File 'sig/types.rbs', line 707 def open_zfs_configuration @open_zfs_configuration end |
#windows_configuration ⇒ Types::DeleteFileSystemWindowsConfiguration
Returns the value of attribute windows_configuration.
705 706 707 |
# File 'sig/types.rbs', line 705 def windows_configuration @windows_configuration end |