Class: Aws::StorageGateway::Types::DisassociateFileSystemInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_system_association_arnString

The Amazon Resource Name (ARN) of the file system association to be deleted.

Returns:

  • (String)


3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3764

class DisassociateFileSystemInput < Struct.new(
  :file_system_association_arn,
  :force_delete)
  SENSITIVE = []
  include Aws::Structure
end

#force_deleteBoolean

If this value is set to true, the operation disassociates an Amazon FSx file system immediately. It ends all data uploads to the file system, and the file system association enters the FORCE_DELETING status. If this value is set to false, the Amazon FSx file system does not disassociate until all data is uploaded.

Returns:

  • (Boolean)


3764
3765
3766
3767
3768
3769
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3764

class DisassociateFileSystemInput < Struct.new(
  :file_system_association_arn,
  :force_delete)
  SENSITIVE = []
  include Aws::Structure
end