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)


3826
3827
3828
3829
3830
# File 'lib/aws-sdk-storagegateway/types.rb', line 3826

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