Class: Aws::QuickSight::Types::AnonymousUserDashboardFeatureConfigurations
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AnonymousUserDashboardFeatureConfigurations
- 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
-
#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.
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 |