CreateStorediSCSIVolumeOutput
public struct CreateStorediSCSIVolumeOutput : 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?
-
The size of the volume in bytes.
Declaration
Swift
public let volumeSizeInBytes: Int64?
-
Undocumented
Declaration
Swift
public init(targetARN: String? = nil, volumeARN: String? = nil, volumeSizeInBytes: Int64? = nil)