ListOutgoingTypedLinksResponse
public struct ListOutgoingTypedLinksResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The pagination token.
Declaration
Swift
public let nextToken: String?
-
Returns a typed link specifier as output.
Declaration
Swift
public let typedLinkSpecifiers: [TypedLinkSpecifier]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, typedLinkSpecifiers: [TypedLinkSpecifier]? = nil)