ListProjectsResponse
public struct ListProjectsResponse : 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 project in the portal.
Declaration
Swift
public let projectSummaries: [ProjectSummary]
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, projectSummaries: [ProjectSummary])