GetLinksResponse
public struct GetLinksResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The links.
Declaration
Swift
public let links: [Link]?
-
The token for the next page of results.
Declaration
Swift
public let nextToken: String?
-
Undocumented
Declaration
Swift
public init(links: [Link]? = nil, nextToken: String? = nil)