Class: Aws::CloudWatch::Types::InsightRuleContributorDatapoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::InsightRuleContributorDatapoint
- 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
-
#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 'gems/aws-sdk-cloudwatch/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 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1873 class InsightRuleContributorDatapoint < Struct.new( :timestamp, :approximate_value) SENSITIVE = [] include Aws::Structure end |