Class: Aws::StorageGateway::Types::DeleteVolumeOutput

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

Overview

A JSON object containing the Amazon Resource Name (ARN) of the storage volume that was deleted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#volume_arnString

The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.

Returns:

  • (String)


2460
2461
2462
2463
2464
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2460

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