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

Class: Aws::CloudWatch::Types::InsightRuleMetricDatapoint

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

Overview

One data point from the metric time series returned in a Contributor Insights rule report.

For more information, see GetInsightRuleReport.

Instance Attribute Summary collapse

Instance Attribute Details

#averageFloat

The average value from all contributors during the time period represented by that data point.

This statistic is returned only if you included it in the Metrics array in your request.

Returns:

  • (Float)

    The average value from all contributors during the time period represented by that data point.

#max_contributor_valueFloat

The maximum value provided by one contributor during this timestamp. Each timestamp is evaluated separately, so the identity of the max contributor could be different for each timestamp.

This statistic is returned only if you included it in the Metrics array in your request.

Returns:

  • (Float)

    The maximum value provided by one contributor during this timestamp.

#maximumFloat

The maximum value from a single occurence from a single contributor during the time period represented by that data point.

This statistic is returned only if you included it in the Metrics array in your request.

Returns:

  • (Float)

    The maximum value from a single occurence from a single contributor during the time period represented by that data point.

#minimumFloat

The minimum value from a single contributor during the time period represented by that data point.

This statistic is returned only if you included it in the Metrics array in your request.

Returns:

  • (Float)

    The minimum value from a single contributor during the time period represented by that data point.

#sample_countFloat

The number of occurrences that matched the rule during this data point.

This statistic is returned only if you included it in the Metrics array in your request.

Returns:

  • (Float)

    The number of occurrences that matched the rule during this data point.

#sumFloat

The sum of the values from all contributors during the time period represented by that data point.

This statistic is returned only if you included it in the Metrics array in your request.

Returns:

  • (Float)

    The sum of the values from all contributors during the time period represented by that data point.

#timestampTime

The timestamp of the data point.

Returns:

  • (Time)

    The timestamp of the data point.

#unique_contributorsFloat

The number of unique contributors who published data during this timestamp.

This statistic is returned only if you included it in the Metrics array in your request.

Returns:

  • (Float)

    The number of unique contributors who published data during this timestamp.