ListProjectsRequest
public struct ListProjectsRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum amount of data that can be contained in a single set of results.
Declaration
Swift
public let maxResults: Int? -
The continuation token to be used to return the next set of results, if the results cannot be returned in one response.
Declaration
Swift
public let nextToken: String? -
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ListProjectsRequest Structure Reference