class Amazonite::CloudWatch::GetMetricStatisticsOutput

Included Modules

Defined in:

cloudwatch/get_metric_statistics_output.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(label : String | Nil = nil, datapoints : Array(Datapoint) | Nil = nil) #

[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 datapoints : Array(Datapoint) | Nil #

The data points for the specified metric.


[View source]
def datapoints=(datapoints : Array(Datapoint) | Nil) #

The data points for the specified metric.


[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def label : String | Nil #

A label for the specified metric.


[View source]
def label=(label : String | Nil) #

A label for the specified metric.


[View source]
def validate! : Nil #

[View source]