Class: Aws::DevOpsGuru::Types::CloudWatchMetricsDataSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::CloudWatchMetricsDataSummary
- Defined in:
- gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb
Overview
Contains information about the analyzed metrics that displayed anomalous behavior.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status_code ⇒ String
This is an enum of the status showing whether the metric value pair list has partial or complete data, or if there was an error.
-
#timestamp_metric_value_pair_list ⇒ Array<Types::TimestampMetricValuePair>
This is a list of Amazon CloudWatch metric values at given timestamp.
Instance Attribute Details
#status_code ⇒ String
This is an enum of the status showing whether the metric value pair list has partial or complete data, or if there was an error.
389 390 391 392 393 394 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 389 class CloudWatchMetricsDataSummary < Struct.new( :timestamp_metric_value_pair_list, :status_code) SENSITIVE = [] include Aws::Structure end |
#timestamp_metric_value_pair_list ⇒ Array<Types::TimestampMetricValuePair>
This is a list of Amazon CloudWatch metric values at given timestamp.
389 390 391 392 393 394 |
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 389 class CloudWatchMetricsDataSummary < Struct.new( :timestamp_metric_value_pair_list, :status_code) SENSITIVE = [] include Aws::Structure end |