Class: Aws::QuickSight::Types::AnonymousUserEmbeddingExperienceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AnonymousUserEmbeddingExperienceConfiguration
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
The type of experience you want to embed. For anonymous users, you can embed Amazon QuickSight dashboards.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard ⇒ Types::AnonymousUserDashboardEmbeddingConfiguration
The type of embedding experience.
-
#dashboard_visual ⇒ Types::AnonymousUserDashboardVisualEmbeddingConfiguration
The type of embedding experience.
-
#q_search_bar ⇒ Types::AnonymousUserQSearchBarEmbeddingConfiguration
The Q search bar that you want to use for anonymous user embedding.
Instance Attribute Details
#dashboard ⇒ Types::AnonymousUserDashboardEmbeddingConfiguration
The type of embedding experience. In this case, Amazon QuickSight dashboards.
690 691 692 693 694 695 696 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 690 class AnonymousUserEmbeddingExperienceConfiguration < Struct.new( :dashboard, :dashboard_visual, :q_search_bar) SENSITIVE = [] include Aws::Structure end |
#dashboard_visual ⇒ Types::AnonymousUserDashboardVisualEmbeddingConfiguration
The type of embedding experience. In this case, Amazon QuickSight visuals.
690 691 692 693 694 695 696 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 690 class AnonymousUserEmbeddingExperienceConfiguration < Struct.new( :dashboard, :dashboard_visual, :q_search_bar) SENSITIVE = [] include Aws::Structure end |
#q_search_bar ⇒ Types::AnonymousUserQSearchBarEmbeddingConfiguration
The Q search bar that you want to use for anonymous user embedding.
690 691 692 693 694 695 696 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 690 class AnonymousUserEmbeddingExperienceConfiguration < Struct.new( :dashboard, :dashboard_visual, :q_search_bar) SENSITIVE = [] include Aws::Structure end |