BatchListIncomingTypedLinksResponse
public struct BatchListIncomingTypedLinksResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Returns one or more typed link specifiers as output.
Declaration
Swift
public let linkSpecifiers: [TypedLinkSpecifier]? -
The pagination token.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(linkSpecifiers: [TypedLinkSpecifier]? = nil, nextToken: String? = nil)
View on GitHub
BatchListIncomingTypedLinksResponse Structure Reference