class Aws::FSx::Types::DeleteStorageVirtualMachineRequest

@note When making an API call, you may pass DeleteStorageVirtualMachineRequest

data as a hash:

    {
      client_request_token: "ClientRequestToken",
      storage_virtual_machine_id: "StorageVirtualMachineId", # 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] storage_virtual_machine_id

The ID of the SVM that you want to delete.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteStorageVirtualMachineRequest AWS API Documentation

Constants

SENSITIVE