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 QuickSight dashboard.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#executive_summary ⇒ Types::ExecutiveSummaryConfigurations
A generated executive summary of an embedded QuickSight dashboard.
Instance Attribute Details
#executive_summary ⇒ Types::ExecutiveSummaryConfigurations
A generated executive summary of an embedded QuickSight dashboard.
407 408 409 410 411 |
# File 'lib/aws-sdk-quicksight/types.rb', line 407 class AmazonQInQuickSightDashboardConfigurations < Struct.new( :executive_summary) SENSITIVE = [] include Aws::Structure end |