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

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

Overview

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)


2186
2187
2188
2189
2190
2191
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2186

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

#timestampTime

The timestamp of the data point.

Returns:

  • (Time)


2186
2187
2188
2189
2190
2191
# File 'lib/aws-sdk-cloudwatch/types.rb', line 2186

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