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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/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)


4636
4637
4638
4639
4640
4641
4642
4643
# File 'gems/aws-sdk-fsx/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_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.



4636
4637
4638
4639
4640
4641
4642
4643
# File 'gems/aws-sdk-fsx/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_configurationTypes::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 'gems/aws-sdk-fsx/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_idString

The ID of the volume that you are deleting.

Returns:

  • (String)


4636
4637
4638
4639
4640
4641
4642
4643
# File 'gems/aws-sdk-fsx/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