InsightRuleContributor
public struct InsightRuleContributor : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An approximation of the aggregate value that comes from this contributor.
Declaration
Swift
public let approximateAggregateValue: Double
-
An array of the data points where this contributor is present. Only the data points when this contributor appeared are included in the array.
Declaration
Swift
public let datapoints: [InsightRuleContributorDatapoint]
-
One of the log entry field keywords that is used to define contributors for this rule.
Declaration
Swift
public let keys: [String]
-
Undocumented
Declaration
Swift
public init(approximateAggregateValue: Double, datapoints: [InsightRuleContributorDatapoint], keys: [String])