You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CloudWatch::Types::InsightRuleContributor

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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.

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_aggregate_valueFloat

An approximation of the aggregate value that comes from this contributor.

Returns:

  • (Float)

    An approximation of the aggregate value that comes from this contributor.

#datapointsArray<Types::InsightRuleContributorDatapoint>

An array of the data points where this contributor is present. Only the data points when this contributor appeared are included in the array.

Returns:

#keysArray<String>

One of the log entry field keywords that is used to define contributors for this rule.

Returns:

  • (Array<String>)

    One of the log entry field keywords that is used to define contributors for this rule.