Class: Aws::StorageGateway::Types::DeleteVolumeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DeleteVolumeInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
A JSON object containing the DeleteVolumeInput$VolumeARN to delete.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the volume.
Instance Attribute Details
#volume_arn ⇒ String
The Amazon Resource Name (ARN) of the volume. Use the ListVolumes operation to return a list of gateway volumes.
2546 2547 2548 2549 2550 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2546 class DeleteVolumeInput < Struct.new( :volume_arn) SENSITIVE = [] include Aws::Structure end |