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

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

Overview

The executive summary settings of an embedded Quick Sight console or dashboard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enabledBoolean

The executive summary settings of an embedded Quick Sight console or dashboard.

Returns:

  • (Boolean)


17494
17495
17496
17497
17498
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 17494

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