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.
2562 2563 2564 2565 2566 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2562 class DeleteVolumeOutput < Struct.new( :volume_arn) SENSITIVE = [] include Aws::Structure end |