Class: Aws::QuickSight::Types::DashboardCustomizationSummaryConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DashboardCustomizationSummaryConfigurations
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The dashboard customization summary configuration for an embedded Quick Sight dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
The enabled status of the dashboard customization summary configuration for an embedded Quick Sight dashboard.
Instance Attribute Details
#enabled ⇒ Boolean
The enabled status of the dashboard customization summary configuration for an embedded Quick Sight dashboard.
10209 10210 10211 10212 10213 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 10209 class DashboardCustomizationSummaryConfigurations < Struct.new( :enabled) SENSITIVE = [] include Aws::Structure end |