DeleteEvaluationOutput
public struct DeleteEvaluationOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A user-supplied ID that uniquely identifies the Evaluation. This value should be identical to the value of the EvaluationId in the request.
Declaration
Swift
public let evaluationId: String?
-
Undocumented
Declaration
Swift
public init(evaluationId: String? = nil)