Class: Aws::BCMDashboards::Types::WidgetConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::BCMDashboards::Types::WidgetConfig
- 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
-
#display_config ⇒ Types::DisplayConfig
The configuration that determines how the retrieved data should be visualized in the widget.
-
#query_parameters ⇒ Types::QueryParameters
The parameters that define what data the widget should retrieve and how it should be filtered or grouped.
Instance Attribute Details
#display_config ⇒ Types::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_parameters ⇒ Types::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 |