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

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

Overview

Note:

When making an API call, you may pass DeleteVolumeInput data as a hash:

{
  volume_arn: "VolumeARN", # required
}

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)


2590
2591
2592
2593
2594
# File 'lib/aws-sdk-storagegateway/types.rb', line 2590

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