Class: Aws::CloudWatch::Types::GetMetricWidgetImageOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudwatch/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#metric_widget_imageString

The image of the graph, in the output format specified.

Returns:

  • (String)


862
863
864
865
# File 'lib/aws-sdk-cloudwatch/types.rb', line 862

class GetMetricWidgetImageOutput < Struct.new(
  :metric_widget_image)
  include Aws::Structure
end