Class: Aws::Types::DisassociateFileSystemInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_association_arn::String

Returns the value of attribute file_system_association_arn.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def file_system_association_arn
  @file_system_association_arn
end

#force_deleteBoolean

Returns the value of attribute force_delete.

Returns:

  • (Boolean)


840
841
842
# File 'sig/types.rbs', line 840

def force_delete
  @force_delete
end