DeleteLinkRequest
public struct DeleteLinkRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the global network.
Declaration
Swift
public let globalNetworkId: String -
The ID of the link.
Declaration
Swift
public let linkId: String -
Undocumented
Declaration
Swift
public init(globalNetworkId: String, linkId: String)
View on GitHub
DeleteLinkRequest Structure Reference