class Aws::FSx::Types::DeleteVolumeRequest
@note When making an API call, you may pass DeleteVolumeRequest
data as a hash: { client_request_token: "ClientRequestToken", volume_id: "VolumeId", # required ontap_configuration: { skip_final_backup: false, final_backup_tags: [ { key: "TagKey", # required value: "TagValue", # required }, ], }, }
@!attribute [rw] client_request_token
(Optional) An idempotency token for resource creation, in a string of up to 64 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. @return [String]
@!attribute [rw] volume_id
The ID of the volume you are deleting. @return [String]
@!attribute [rw] ontap_configuration
For Amazon FSx for ONTAP volumes, specify whether to take a final backup of the volume, and apply tags to the backup. @return [Types::DeleteVolumeOntapConfiguration]
@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteVolumeRequest AWS API Documentation
Constants
- SENSITIVE