Class: Aws::FSx::Types::DeleteVolumeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::DeleteVolumeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fsx/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_request_token ⇒ String
(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters.
-
#ontap_configuration ⇒ Types::DeleteVolumeOntapConfiguration
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume and apply tags to the backup.
-
#open_zfs_configuration ⇒ Types::DeleteVolumeOpenZFSConfiguration
For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.
-
#volume_id ⇒ String
The ID of the volume that you are deleting.
Instance Attribute Details
#client_request_token ⇒ String
(Optional) An idempotency token for resource creation, in a string of up to 63 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
4636 4637 4638 4639 4640 4641 4642 4643 |
# File 'lib/aws-sdk-fsx/types.rb', line 4636 class DeleteVolumeRequest < Struct.new( :client_request_token, :volume_id, :ontap_configuration, :open_zfs_configuration) SENSITIVE = [] include Aws::Structure end |
#ontap_configuration ⇒ Types::DeleteVolumeOntapConfiguration
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume and apply tags to the backup. To apply tags to the backup, you must have the ‘fsx:TagResource` permission.
4636 4637 4638 4639 4640 4641 4642 4643 |
# File 'lib/aws-sdk-fsx/types.rb', line 4636 class DeleteVolumeRequest < Struct.new( :client_request_token, :volume_id, :ontap_configuration, :open_zfs_configuration) SENSITIVE = [] include Aws::Structure end |
#open_zfs_configuration ⇒ Types::DeleteVolumeOpenZFSConfiguration
For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.
4636 4637 4638 4639 4640 4641 4642 4643 |
# File 'lib/aws-sdk-fsx/types.rb', line 4636 class DeleteVolumeRequest < Struct.new( :client_request_token, :volume_id, :ontap_configuration, :open_zfs_configuration) SENSITIVE = [] include Aws::Structure end |
#volume_id ⇒ String
The ID of the volume that you are deleting.
4636 4637 4638 4639 4640 4641 4642 4643 |
# File 'lib/aws-sdk-fsx/types.rb', line 4636 class DeleteVolumeRequest < Struct.new( :client_request_token, :volume_id, :ontap_configuration, :open_zfs_configuration) SENSITIVE = [] include Aws::Structure end |