Class: Aws::Types::DeleteFileSystemRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFileSystemRequest
- 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.
-
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
Instance Attribute Details
#file_system_id ⇒ ::String
Returns the value of attribute file_system_id.
114 115 116 |
# File 'sig/types.rbs', line 114 def file_system_id @file_system_id end |
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
115 116 117 |
# File 'sig/types.rbs', line 115 def force_delete @force_delete end |