DescribeProjectsResponse

public struct DescribeProjectsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If the previous response was incomplete (because there is more results to retrieve), Amazon Rekognition Custom Labels returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.

    Declaration

    Swift

    public let nextToken: String?
  • A list of project descriptions. The list is sorted by the date and time the projects are created.

    Declaration

    Swift

    public let projectDescriptions: [ProjectDescription]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, projectDescriptions: [ProjectDescription]? = nil)