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.
1720 1721 1722 1723 1724 1725 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1720 class GetMetricStatisticsOutput < Struct.new( :label, :datapoints) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
A label for the specified metric.
1720 1721 1722 1723 1724 1725 |
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1720 class GetMetricStatisticsOutput < Struct.new( :label, :datapoints) SENSITIVE = [] include Aws::Structure end |