Class: Aws::CloudWatch::Types::GetMetricWidgetImageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatch::Types::GetMetricWidgetImageOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatch/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#metric_widget_image ⇒ String
The image of the graph, in the output format specified.
Instance Attribute Details
#metric_widget_image ⇒ String
The image of the graph, in the output format specified. The output is base64-encoded.
1756 1757 1758 1759 1760 |
# File 'lib/aws-sdk-cloudwatch/types.rb', line 1756 class GetMetricWidgetImageOutput < Struct.new( :metric_widget_image) SENSITIVE = [] include Aws::Structure end |