ListProjectsRequest

public struct ListProjectsRequest : AWSShape
extension Mobile.ListProjectsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Maximum number of records to list in a single response.

    Declaration

    Swift

    public let maxResults: Int?
  • Pagination token. Set to null to start listing projects from start. If non-null pagination token is returned in a result, then pass its value in here in another request to list more projects.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil)