Bandwidth
public struct Bandwidth : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Download speed in Mbps.
Declaration
Swift
public let downloadSpeed: Int?
-
Upload speed in Mbps.
Declaration
Swift
public let uploadSpeed: Int?
-
Undocumented
Declaration
Swift
public init(downloadSpeed: Int? = nil, uploadSpeed: Int? = nil)