class
Amazonite::CloudWatch::InsightRuleContributor
- Amazonite::CloudWatch::InsightRuleContributor
- Reference
- Object
Overview
One of the unique contributors found by a Contributor Insights rule. If the rule contains multiple keys, then a unique contributor is a unique combination of values from all the keys in the rule.
If the rule contains a single key, then each unique contributor is each unique value for this key.
For more information, see GetInsightRuleReport.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/insight_rule_contributor.crConstructors
- .new(keys : Array(String), approximate_aggregate_value : Float64, datapoints : Array(InsightRuleContributorDatapoint))
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#approximate_aggregate_value : Float64
An approximation of the aggregate value that comes from this contributor.
-
#approximate_aggregate_value=(approximate_aggregate_value : Float64)
An approximation of the aggregate value that comes from this contributor.
-
#datapoints : Array(InsightRuleContributorDatapoint)
An array of the data points where this contributor is present.
-
#datapoints=(datapoints : Array(InsightRuleContributorDatapoint))
An array of the data points where this contributor is present.
-
#hash(hasher)
See
Object#hash(hasher) -
#keys : Array(String)
One of the log entry field keywords that is used to define contributors for this rule.
-
#keys=(keys : Array(String))
One of the log entry field keywords that is used to define contributors for this rule.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
An approximation of the aggregate value that comes from this contributor.
An approximation of the aggregate value that comes from this contributor.
An array of the data points where this contributor is present. Only the data points when this contributor appeared are included in the array.
An array of the data points where this contributor is present. Only the data points when this contributor appeared are included in the array.
One of the log entry field keywords that is used to define contributors for this rule.
One of the log entry field keywords that is used to define contributors for this rule.