ListPortalsResponse
public struct ListPortalsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token for the next set of results, or null if there are no additional results.
Declaration
Swift
public let nextToken: String?
-
A list that summarizes each portal.
Declaration
Swift
public let portalSummaries: [PortalSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, portalSummaries: [PortalSummary]? = nil)