UpdateEvaluationInput
public struct UpdateEvaluationInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID assigned to the Evaluation during creation.
Declaration
Swift
public let evaluationId: String -
A new user-supplied name or description of the Evaluation that will replace the current content.
Declaration
Swift
public let evaluationName: String -
Undocumented
Declaration
Swift
public init(evaluationId: String, evaluationName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
UpdateEvaluationInput Structure Reference