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

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

#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)


503
504
505
506
507
508
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 503

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)


503
504
505
506
507
508
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 503

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