GetLinkAssociationsRequest
public struct GetLinkAssociationsRequest : AWSShape
extension NetworkManager.GetLinkAssociationsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the device.
Declaration
Swift
public let deviceId: 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 maximum number of results to return.
Declaration
Swift
public let maxResults: Int?
-
The token for the next page of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(deviceId: String? = nil, globalNetworkId: String, linkId: String? = nil, maxResults: Int? = nil, nextToken: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> NetworkManager.GetLinkAssociationsRequest