Class: Aws::CloudWatch::Types::GetMetricStatisticsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::GetMetricStatisticsOutput
- Defined in:
- gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datapoints ⇒ Array<Types::Datapoint>
The data points for the specified metric.
-
#label ⇒ String
A label for the specified metric.
Instance Attribute Details
#datapoints ⇒ Array<Types::Datapoint>
The data points for the specified metric.
1859 1860 1861 1862 1863 1864 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1859 class GetMetricStatisticsOutput < Struct.new( :label, :datapoints) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
A label for the specified metric.
1859 1860 1861 1862 1863 1864 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1859 class GetMetricStatisticsOutput < Struct.new( :label, :datapoints) SENSITIVE = [] include Aws::Structure end |