Class: Aws::BCMDashboards::Types::WidgetConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb

Overview

Defines the complete configuration for a widget, including data retrieval settings and visualization preferences.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#display_configTypes::DisplayConfig

The configuration that determines how the retrieved data should be visualized in the widget.



1003
1004
1005
1006
1007
1008
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 1003

class WidgetConfig < Struct.new(
  :query_parameters,
  :display_config)
  SENSITIVE = []
  include Aws::Structure
end

#query_parametersTypes::QueryParameters

The parameters that define what data the widget should retrieve and how it should be filtered or grouped.



1003
1004
1005
1006
1007
1008
# File 'gems/aws-sdk-bcmdashboards/lib/aws-sdk-bcmdashboards/types.rb', line 1003

class WidgetConfig < Struct.new(
  :query_parameters,
  :display_config)
  SENSITIVE = []
  include Aws::Structure
end