You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteVolumeInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  volume_arn: "VolumeARN", # required
}

A JSON object containing the DeleteVolumeInput$VolumeARN to delete.

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)

    The Amazon Resource Name (ARN) of the volume.