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

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

#messagesArray<Types::MessageData>

Contains a message about this GetMetricData operation, if the operation results in such a message. An example of a message that might be returned is Maximum number of allowed metrics exceeded. If there is a message, as much of the operation as possible is still executed.

A message appears here only if it is related to the global GetMetricData operation. Any message about a specific metric returned by the operation appears in the MetricDataResult object returned for that metric.

Returns:



1363
1364
1365
1366
1367
1368
1369
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1363

class GetMetricDataOutput < Struct.new(
  :metric_data_results,
  :next_token,
  :messages)
  SENSITIVE = []
  include Aws::Structure
end

#metric_data_resultsArray<Types::MetricDataResult>

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

Returns:



1363
1364
1365
1366
1367
1368
1369
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1363

class GetMetricDataOutput < Struct.new(
  :metric_data_results,
  :next_token,
  :messages)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that marks the next batch of returned results.

Returns:

  • (String)


1363
1364
1365
1366
1367
1368
1369
# File 'gems/aws-sdk-cloudwatch/lib/aws-sdk-cloudwatch/types.rb', line 1363

class GetMetricDataOutput < Struct.new(
  :metric_data_results,
  :next_token,
  :messages)
  SENSITIVE = []
  include Aws::Structure
end