class
Amazonite::CloudWatch::GetMetricStatisticsOutput
- Amazonite::CloudWatch::GetMetricStatisticsOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/get_metric_statistics_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(label : String | Nil = nil, datapoints : Array(Datapoint) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#datapoints : Array(Datapoint) | Nil
The data points for the specified metric.
-
#datapoints=(datapoints : Array(Datapoint) | Nil)
The data points for the specified metric.
-
#hash(hasher)
See
Object#hash(hasher) -
#label : String | Nil
A label for the specified metric.
-
#label=(label : String | Nil)
A label for the specified metric.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.
The data points for the specified metric.