Class: Aws::StorageGateway::Types::DeleteVolumeOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeleteVolumeOutput
- Includes:
- Aws::Structure
- Defined in:
- 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
-
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the storage volume that was deleted.
Instance Attribute Details
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the storage volume that was deleted. It is the same ARN you provided in the request.
2453 2454 2455 2456 2457 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2453 class DeleteVolumeOutput < Struct.new( :volume_arn) SENSITIVE = [] include Aws::Structure end |