Class: Aws::StorageGateway::Types::DisassociateFileSystemInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DisassociateFileSystemInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_system_association_arn ⇒ String
The Amazon Resource Name (ARN) of the file system association to be deleted.
-
#force_delete ⇒ Boolean
If this value is set to true, the operation disassociates an Amazon FSx file system immediately.
Instance Attribute Details
#file_system_association_arn ⇒ String
The Amazon Resource Name (ARN) of the file system association to be deleted.
3907 3908 3909 3910 3911 3912 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3907 class DisassociateFileSystemInput < Struct.new( :file_system_association_arn, :force_delete) SENSITIVE = [] include Aws::Structure end |
#force_delete ⇒ Boolean
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.
3907 3908 3909 3910 3911 3912 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 3907 class DisassociateFileSystemInput < Struct.new( :file_system_association_arn, :force_delete) SENSITIVE = [] include Aws::Structure end |