ListProjectsResponse
public struct ListProjectsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The token used to retrieve the next set of results - will be effectively empty if there are no further results.
Declaration
Swift
public let nextToken: String?
-
An object containing the list of projects.
Declaration
Swift
public let projects: [ProjectSummary]
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, projects: [ProjectSummary])