GetLinksRequest
public struct GetLinksRequest : AWSShape
extension NetworkManager.GetLinksRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the global network.
Declaration
Swift
public let globalNetworkId: String
-
One or more link IDs. The maximum is 10.
Declaration
Swift
public let linkIds: [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?
-
The link provider.
Declaration
Swift
public let provider: String?
-
The ID of the site.
Declaration
Swift
public let siteId: String?
-
The link type.
Declaration
Swift
public let type: String?
-
Undocumented
Declaration
Swift
public init(globalNetworkId: String, linkIds: [String]? = nil, maxResults: Int? = nil, nextToken: String? = nil, provider: String? = nil, siteId: String? = nil, type: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> NetworkManager.GetLinksRequest