Class: Aws::QuickSight::Types::AmazonQInQuickSightDashboardConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AmazonQInQuickSightDashboardConfigurations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
A collection of Amazon Q feature configurations in an embedded Amazon QuickSight dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#executive_summary ⇒ Types::ExecutiveSummaryConfigurations
A generated executive summary of an embedded Amazon QuickSight dashboard.
Instance Attribute Details
#executive_summary ⇒ Types::ExecutiveSummaryConfigurations
A generated executive summary of an embedded Amazon QuickSight dashboard.
409 410 411 412 413 |
# File 'lib/aws-sdk-quicksight/types.rb', line 409 class AmazonQInQuickSightDashboardConfigurations < Struct.new( :executive_summary) SENSITIVE = [] include Aws::Structure end |