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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/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)


3683
3684
3685
3686
3687
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 3683

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