DescribeEvaluationsOutput
public struct DescribeEvaluationsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The ID of the next page in the paginated results that indicates at least one more page follows.
Declaration
Swift
public let nextToken: String? -
A list of Evaluation that meet the search criteria.
Declaration
Swift
public let results: [Evaluation]? -
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, results: [Evaluation]? = nil)
View on GitHub
DescribeEvaluationsOutput Structure Reference