Class: Aws::CloudWatch::Types::GetMetricStatisticsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datapointsArray<Types::Datapoint>

The data points for the specified metric.

Returns:



1511
1512
1513
1514
1515
1516
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1511

class GetMetricStatisticsOutput < Struct.new(
  :label,
  :datapoints)
  SENSITIVE = []
  include Aws::Structure
end

#labelString

A label for the specified metric.

Returns:

  • (String)


1511
1512
1513
1514
1515
1516
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1511

class GetMetricStatisticsOutput < Struct.new(
  :label,
  :datapoints)
  SENSITIVE = []
  include Aws::Structure
end