Class: Aws::QuickSight::Types::ExecutiveSummaryConfigurations

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The executive summary settings of an embedded QuickSight console or dashboard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

The executive summary settings of an embedded QuickSight console or dashboard.

Returns:

  • (Boolean)


15608
15609
15610
15611
15612
# File 'lib/aws-sdk-quicksight/types.rb', line 15608

class ExecutiveSummaryConfigurations < Struct.new(
  :enabled)
  SENSITIVE = []
  include Aws::Structure
end