class
Amazonite::CloudWatch::GetMetricWidgetImageOutput
- Amazonite::CloudWatch::GetMetricWidgetImageOutput
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch/get_metric_widget_image_output.crConstructors
- .new(pull : JSON::PullParser)
- .new(metric_widget_image : Bytes | Nil = nil)
- .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_widget_image : Bytes | Nil
The image of the graph, in the output format specified.
-
#metric_widget_image=(metric_widget_image : Bytes | Nil)
The image of the graph, in the output format specified.
- #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?.
def metric_widget_image : Bytes | Nil
#
The image of the graph, in the output format specified. The output is base64-encoded.
def metric_widget_image=(metric_widget_image : Bytes | Nil)
#
The image of the graph, in the output format specified. The output is base64-encoded.