class Amazonite::CloudWatch::GetMetricWidgetImageOutput

Included Modules

Defined in:

cloudwatch/get_metric_widget_image_output.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(metric_widget_image : Bytes | 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 hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


def metric_widget_image : Bytes | Nil #

The image of the graph, in the output format specified. The output is base64-encoded.


[View source]
def metric_widget_image=(metric_widget_image : Bytes | Nil) #

The image of the graph, in the output format specified. The output is base64-encoded.


[View source]
def validate! : Nil #

[View source]