Class: Aws::CloudWatch::Types::GetMetricDataOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#metric_data_resultsArray<Types::MetricDataResult>

The metrics that are returned, including the metric name, namespace, and dimensions.

Returns:



623
624
625
626
627
# File 'lib/aws-sdk-cloudwatch/types.rb', line 623

class GetMetricDataOutput < Struct.new(
  :metric_data_results,
  :next_token)
  include Aws::Structure
end

#next_tokenString

A token that marks the next batch of returned results.

Returns:

  • (String)


623
624
625
626
627
# File 'lib/aws-sdk-cloudwatch/types.rb', line 623

class GetMetricDataOutput < Struct.new(
  :metric_data_results,
  :next_token)
  include Aws::Structure
end