CreateCachediSCSIVolumeOutput
public struct CreateCachediSCSIVolumeOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the volume target, which includes the iSCSI name that initiators can use to connect to the target.
Declaration
Swift
public let targetARN: String? -
The Amazon Resource Name (ARN) of the configured volume.
Declaration
Swift
public let volumeARN: String? -
Undocumented
Declaration
Swift
public init(targetARN: String? = nil, volumeARN: String? = nil)
View on GitHub
CreateCachediSCSIVolumeOutput Structure Reference