Class: Aws::CloudWatch::Types::GetMetricStatisticsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::GetMetricStatisticsOutput
- Includes:
- Structure
- Defined in:
- 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.
1578 1579 1580 1581 1582 1583 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1578 class GetMetricStatisticsOutput < Struct.new( :label, :datapoints) SENSITIVE = [] include Aws::Structure end |
#label ⇒ String
A label for the specified metric.
1578 1579 1580 1581 1582 1583 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1578 class GetMetricStatisticsOutput < Struct.new( :label, :datapoints) SENSITIVE = [] include Aws::Structure end |