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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatch/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)


1806
1807
1808
1809
1810
1811
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1806

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

#timestampTime

The timestamp of the data point.

Returns:

  • (Time)


1806
1807
1808
1809
1810
1811
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1806

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