Class: Aws::FSx::Types::DeleteStorageVirtualMachineRequest

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)


4575
4576
4577
4578
4579
4580
# File 'lib/aws-sdk-fsx/types.rb', line 4575

class DeleteStorageVirtualMachineRequest < Struct.new(
  :client_request_token,
  :storage_virtual_machine_id)
  SENSITIVE = []
  include Aws::Structure
end

#storage_virtual_machine_idString

The ID of the SVM that you want to delete.

Returns:

  • (String)


4575
4576
4577
4578
4579
4580
# File 'lib/aws-sdk-fsx/types.rb', line 4575

class DeleteStorageVirtualMachineRequest < Struct.new(
  :client_request_token,
  :storage_virtual_machine_id)
  SENSITIVE = []
  include Aws::Structure
end