Class: Aws::Types::DeleteFileSystemResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFileSystemResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
-
#lifecycle ⇒ "AVAILABLE", ...
Returns the value of attribute lifecycle.
-
#lustre_response ⇒ Types::DeleteFileSystemLustreResponse
Returns the value of attribute lustre_response.
-
#open_zfs_response ⇒ Types::DeleteFileSystemOpenZFSResponse
Returns the value of attribute open_zfs_response.
-
#windows_response ⇒ Types::DeleteFileSystemWindowsResponse
Returns the value of attribute windows_response.
Instance Attribute Details
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
712 713 714 |
# File 'sig/types.rbs', line 712 def file_system_id @file_system_id end |
#lifecycle ⇒ "AVAILABLE", ...
Returns the value of attribute lifecycle.
713 714 715 |
# File 'sig/types.rbs', line 713 def lifecycle @lifecycle end |
#lustre_response ⇒ Types::DeleteFileSystemLustreResponse
Returns the value of attribute lustre_response.
715 716 717 |
# File 'sig/types.rbs', line 715 def lustre_response @lustre_response end |
#open_zfs_response ⇒ Types::DeleteFileSystemOpenZFSResponse
Returns the value of attribute open_zfs_response.
716 717 718 |
# File 'sig/types.rbs', line 716 def open_zfs_response @open_zfs_response end |
#windows_response ⇒ Types::DeleteFileSystemWindowsResponse
Returns the value of attribute windows_response.
714 715 716 |
# File 'sig/types.rbs', line 714 def windows_response @windows_response end |