Class: Aws::Types::DisassociateFileSystemInput
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateFileSystemInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_system_association_arn ⇒ ::String
Returns the value of attribute file_system_association_arn.
-
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
Instance Attribute Details
#file_system_association_arn ⇒ ::String
Returns the value of attribute file_system_association_arn.
839 840 841 |
# File 'sig/types.rbs', line 839 def file_system_association_arn @file_system_association_arn end |
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
840 841 842 |
# File 'sig/types.rbs', line 840 def force_delete @force_delete end |