Class: Aws::StorageGateway::Types::AttachVolumeOutput

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

#target_arnString

The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name for the initiator that was used to connect to the target.

Returns:

  • (String)


513
514
515
516
517
518
# File 'lib/aws-sdk-storagegateway/types.rb', line 513

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

#volume_arnString

The Amazon Resource Name (ARN) of the volume that was attached to the gateway.

Returns:

  • (String)


513
514
515
516
517
518
# File 'lib/aws-sdk-storagegateway/types.rb', line 513

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