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.
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 |