CreateEvaluationOutput
public struct CreateEvaluationOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The 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)
View on GitHub
CreateEvaluationOutput Structure Reference