class Amazonite::CloudWatch::MetricStreamStatisticsMetric

Overview

This object contains the information for one metric that is to be streamed with additional statistics.

Included Modules

Defined in:

cloudwatch/metric_stream_statistics_metric.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(namespace : String, metric_name : String) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def ==(other : self) #
Description copied from class Reference

Returns true if this reference is the same as other. Invokes same?.


def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def metric_name : String #

The name of the metric.


[View source]
def metric_name=(metric_name : String) #

The name of the metric.


[View source]
def namespace : String #

The namespace of the metric.


[View source]
def namespace=(namespace : String) #

The namespace of the metric.


[View source]
def validate! : Nil #

[View source]