ListProjectsResult
public struct ListProjectsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The continuation token to use when requesting the next set of results, if there are more results to be returned.
Declaration
Swift
public let nextToken: String?
-
A list of projects.
Declaration
Swift
public let projects: [ProjectSummary]
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, projects: [ProjectSummary])