Class: Aws::CloudWatch::Types::InsightRuleContributorDatapoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::InsightRuleContributorDatapoint
- 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].
[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
-
#approximate_value ⇒ Float
The approximate value that this contributor added during this timestamp.
-
#timestamp ⇒ Time
The timestamp of the data point.
Instance Attribute Details
#approximate_value ⇒ Float
The approximate value that this contributor added during this timestamp.
1873 1874 1875 1876 1877 1878 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1873 class InsightRuleContributorDatapoint < Struct.new( :timestamp, :approximate_value) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp of the data point.
1873 1874 1875 1876 1877 1878 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1873 class InsightRuleContributorDatapoint < Struct.new( :timestamp, :approximate_value) SENSITIVE = [] include Aws::Structure end |