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.



778
779
780
781
782
# File 'lib/aws-sdk-quicksight/types.rb', line 778

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