Class: Aws::StorageGateway::Types::DetachVolumeOutput

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

Overview

AttachVolumeOutput

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#volume_arnString

The Amazon Resource Name (ARN) of the volume that was detached.

Returns:

  • (String)


3918
3919
3920
3921
3922
# File 'lib/aws-sdk-storagegateway/types.rb', line 3918

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