Class: Aws::BCMDashboards::Types::GraphDisplayConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::GraphDisplayConfig
- Defined in:
- gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb
Overview
Defines the visual representation settings for widget data, including the visualization type, styling options, and display preferences for different metric types.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#visual_type ⇒ String
The type of visualization to use for the data.
Instance Attribute Details
#visual_type ⇒ String
The type of visualization to use for the data.
443 444 445 446 447 |
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 443 class GraphDisplayConfig < Struct.new( :visual_type) SENSITIVE = [] include Aws::Structure end |