Class: Aws::StorageGateway::Types::CreateCachediSCSIVolumeOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb

Overview

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 that initiators can use to connect to the target.

Returns:

  • (String)


1023
1024
1025
1026
1027
1028
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 1023

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

#volume_arnString

The Amazon Resource Name (ARN) of the configured volume.

Returns:

  • (String)


1023
1024
1025
1026
1027
1028
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 1023

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