Class: Aws::BCMDashboards::Types::GraphDisplayConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#visual_typeString

The type of visualization to use for the data.

Returns:

  • (String)


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