Class: Aws::StorageGateway::Types::DeleteVolumeInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

A JSON object containing the DeleteVolumeInput$VolumeARN to delete.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#volume_arnString

The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.

Returns:

  • (String)


2444
2445
2446
2447
2448
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2444

class DeleteVolumeInput < Struct.new(
  :volume_arn)
  SENSITIVE = []
  include Aws::Structure
end