UpdateLinkRequest
public struct UpdateLinkRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The upload and download speed in Mbps.
Declaration
Swift
public let bandwidth: Bandwidth?
-
A description of the link. Length Constraints: Maximum length of 256 characters.
Declaration
Swift
public let description: String?
-
The ID of the global network.
Declaration
Swift
public let globalNetworkId: String
-
The ID of the link.
Declaration
Swift
public let linkId: String
-
The provider of the link. Length Constraints: Maximum length of 128 characters.
Declaration
Swift
public let provider: String?
-
The type of the link. Length Constraints: Maximum length of 128 characters.
Declaration
Swift
public let type: String?
-
Undocumented
Declaration
Swift
public init(bandwidth: Bandwidth? = nil, description: String? = nil, globalNetworkId: String, linkId: String, provider: String? = nil, type: String? = nil)