ListUniqueProblemsResult

public struct ListUniqueProblemsResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.

    Declaration

    Swift

    public let nextToken: String?
  • Information about the unique problems. Allowed values include: PENDING PASSED WARNED FAILED SKIPPED ERRORED STOPPED

    Declaration

    Swift

    public let uniqueProblems: [ExecutionResult : [UniqueProblem]]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, uniqueProblems: [ExecutionResult : [UniqueProblem]]? = nil)