InsightResults
public struct InsightResults : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The attribute that the findings are grouped by for the insight whose results are returned by the GetInsightResults operation.
Declaration
Swift
public let groupByAttribute: String
-
The ARN of the insight whose results are returned by the GetInsightResults operation.
Declaration
Swift
public let insightArn: String
-
The list of insight result values returned by the GetInsightResults operation.
Declaration
Swift
public let resultValues: [InsightResultValue]
-
Undocumented
Declaration
Swift
public init(groupByAttribute: String, insightArn: String, resultValues: [InsightResultValue])