Class: Aws::FSx::Types::DeleteVolumeRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fsx/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

(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.

Returns:

  • (String)


4322
4323
4324
4325
4326
4327
4328
4329
# File 'lib/aws-sdk-fsx/types.rb', line 4322

class DeleteVolumeRequest < Struct.new(
  :client_request_token,
  :volume_id,
  :ontap_configuration,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#ontap_configurationTypes::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.



4322
4323
4324
4325
4326
4327
4328
4329
# File 'lib/aws-sdk-fsx/types.rb', line 4322

class DeleteVolumeRequest < Struct.new(
  :client_request_token,
  :volume_id,
  :ontap_configuration,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#open_zfs_configurationTypes::DeleteVolumeOpenZFSConfiguration

For Amazon FSx for OpenZFS volumes, specify whether to delete all child volumes and snapshots.



4322
4323
4324
4325
4326
4327
4328
4329
# File 'lib/aws-sdk-fsx/types.rb', line 4322

class DeleteVolumeRequest < Struct.new(
  :client_request_token,
  :volume_id,
  :ontap_configuration,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end

#volume_idString

The ID of the volume that you are deleting.

Returns:

  • (String)


4322
4323
4324
4325
4326
4327
4328
4329
# File 'lib/aws-sdk-fsx/types.rb', line 4322

class DeleteVolumeRequest < Struct.new(
  :client_request_token,
  :volume_id,
  :ontap_configuration,
  :open_zfs_configuration)
  SENSITIVE = []
  include Aws::Structure
end