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 and InsightRuleContributor.

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)


2364
2365
2366
2367
2368
2369
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2364

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

#timestampTime

The timestamp of the data point.

Returns:

  • (Time)


2364
2365
2366
2367
2368
2369
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2364

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