GetInsightRuleReportOutput
public struct GetInsightRuleReportOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The sum of the values from all individual contributors that match the rule.
Declaration
Swift
public let aggregateValue: Double?
-
Specifies whether this rule aggregates contributor data by COUNT or SUM.
Declaration
Swift
public let aggregationStatistic: String?
-
An approximate count of the unique contributors found by this rule in this time period.
Declaration
Swift
public let approximateUniqueCount: Int64?
-
An array of the unique contributors found by this rule in this time period. If the rule contains multiple keys, each combination of values for the keys counts as a unique contributor.
Declaration
Swift
public let contributors: [InsightRuleContributor]?
-
An array of the strings used as the keys for this rule. The keys are the dimensions used to classify contributors. If the rule contains more than one key, then each unique combination of values for the keys is counted as a unique contributor.
Declaration
Swift
public let keyLabels: [String]?
-
A time series of metric data points that matches the time period in the rule request.
Declaration
Swift
public let metricDatapoints: [InsightRuleMetricDatapoint]?
-
init(aggregateValue:aggregationStatistic:approximateUniqueCount:contributors:keyLabels:metricDatapoints:)
Undocumented
Declaration
Swift
public init(aggregateValue: Double? = nil, aggregationStatistic: String? = nil, approximateUniqueCount: Int64? = nil, contributors: [InsightRuleContributor]? = nil, keyLabels: [String]? = nil, metricDatapoints: [InsightRuleMetricDatapoint]? = nil)