Class: Aws::CloudWatch::Types::InsightRuleContributorDatapoint

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatch/types.rb

Overview

One data point related to one contributor.

For more information, see [GetInsightRuleReport][1] and [InsightRuleContributor][2].

[1]: docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_GetInsightRuleReport.html [2]: docs.aws.amazon.com/AmazonCloudWatch/latest/APIReference/API_InsightRuleContributor.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#approximate_valueFloat

The approximate value that this contributor added during this timestamp.

Returns:

  • (Float)


2112
2113
2114
2115
2116
2117
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2112

class InsightRuleContributorDatapoint < Struct.new(
  :timestamp,
  :approximate_value)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The timestamp of the data point.

Returns:

  • (Time)


2112
2113
2114
2115
2116
2117
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2112

class InsightRuleContributorDatapoint < Struct.new(
  :timestamp,
  :approximate_value)
  SENSITIVE = []
  include Aws::Structure
end