class
Amazonite::CloudWatch::GetMetricDataOutput
- Amazonite::CloudWatch::GetMetricDataOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/get_metric_data_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(metric_data_results : Array(MetricDataResult) | Nil = nil, next_token : String | Nil = nil, messages : Array(MessageData) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#messages : Array(MessageData) | Nil
Contains a message about this
GetMetricDataoperation, if the operation results in such a message. -
#messages=(messages : Array(MessageData) | Nil)
Contains a message about this
GetMetricDataoperation, if the operation results in such a message. -
#metric_data_results : Array(MetricDataResult) | Nil
The metrics that are returned, including the metric name, namespace, and dimensions.
-
#metric_data_results=(metric_data_results : Array(MetricDataResult) | Nil)
The metrics that are returned, including the metric name, namespace, and dimensions.
-
#next_token : String | Nil
A token that marks the next batch of returned results.
-
#next_token=(next_token : String | Nil)
A token that marks the next batch of returned results.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The metrics that are returned, including the metric name, namespace, and dimensions.
The metrics that are returned, including the metric name, namespace, and dimensions.