Class: Aws::QuickSight::Types::AnonymousUserDashboardFeatureConfigurations

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

Overview

The feature configuration for an embedded dashboard.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#shared_viewTypes::SharedViewConfigurations

The shared view settings of an embedded dashboard.



783
784
785
786
787
# File 'lib/aws-sdk-quicksight/types.rb', line 783

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