class
Amazonite::CloudWatch::MetricStreamStatisticsMetric
- Amazonite::CloudWatch::MetricStreamStatisticsMetric
- Reference
- Object
Overview
This object contains the information for one metric that is to be streamed with additional statistics.
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/metric_stream_statistics_metric.crConstructors
- .new(namespace : String, metric_name : String)
- .new(pull : JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#metric_name : String
The name of the metric.
-
#metric_name=(metric_name : String)
The name of the metric.
-
#namespace : String
The namespace of the metric.
-
#namespace=(namespace : String)
The namespace of the 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?.