Class: Aws::QuickSight::Types::AnonymousUserDashboardFeatureConfigurations
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::QuickSight::Types::AnonymousUserDashboardFeatureConfigurations
 
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The feature configuration for an embedded dashboard.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #shared_view  ⇒ Types::SharedViewConfigurations 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The shared view settings of an embedded dashboard. 
Instance Attribute Details
#shared_view ⇒ Types::SharedViewConfigurations
The shared view settings of an embedded dashboard.
| 1026 1027 1028 1029 1030 | # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 1026 class AnonymousUserDashboardFeatureConfigurations < Struct.new( :shared_view) SENSITIVE = [] include Aws::Structure end |