InsightResultValue
public struct InsightResultValue : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The number of findings returned for each GroupByAttributeValue.
Declaration
Swift
public let count: Int
-
The value of the attribute that the findings are grouped by for the insight whose results are returned by the GetInsightResults operation.
Declaration
Swift
public let groupByAttributeValue: String
-
Undocumented
Declaration
Swift
public init(count: Int, groupByAttributeValue: String)