UpdateEvaluationOutput

public struct UpdateEvaluationOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID assigned to the Evaluation during creation. This value should be identical to the value of the Evaluation in the request.

    Declaration

    Swift

    public let evaluationId: String?
  • Undocumented

    Declaration

    Swift

    public init(evaluationId: String? = nil)