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)


4027
4028
4029
4030
4031
# File 'lib/aws-sdk-storagegateway/types.rb', line 4027

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