Class: Aws::QuickSight::Types::DashboardCustomizationSummaryConfigurations

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#enabledBoolean

The enabled status of the dashboard customization summary configuration for an embedded Quick Sight dashboard.

Returns:

  • (Boolean)


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