Class: Aws::QuickSight::Types::AnonymousUserEmbeddingExperienceConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::AnonymousUserEmbeddingExperienceConfiguration
- Includes:
- Structure
- Defined in:
- 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.
-
#generative_qn_a ⇒ Types::AnonymousUserGenerativeQnAEmbeddingConfiguration
The Generative Q&A experience that you want to use for anonymous user embedding.
-
#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.
830 831 832 833 834 835 836 837 |
# File 'lib/aws-sdk-quicksight/types.rb', line 830 class AnonymousUserEmbeddingExperienceConfiguration < Struct.new( :dashboard, :dashboard_visual, :q_search_bar, :generative_qn_a) SENSITIVE = [] include Aws::Structure end |
#dashboard_visual ⇒ Types::AnonymousUserDashboardVisualEmbeddingConfiguration
The type of embedding experience. In this case, Amazon QuickSight visuals.
830 831 832 833 834 835 836 837 |
# File 'lib/aws-sdk-quicksight/types.rb', line 830 class AnonymousUserEmbeddingExperienceConfiguration < Struct.new( :dashboard, :dashboard_visual, :q_search_bar, :generative_qn_a) SENSITIVE = [] include Aws::Structure end |
#generative_qn_a ⇒ Types::AnonymousUserGenerativeQnAEmbeddingConfiguration
The Generative Q&A experience that you want to use for anonymous user embedding.
830 831 832 833 834 835 836 837 |
# File 'lib/aws-sdk-quicksight/types.rb', line 830 class AnonymousUserEmbeddingExperienceConfiguration < Struct.new( :dashboard, :dashboard_visual, :q_search_bar, :generative_qn_a) SENSITIVE = [] include Aws::Structure end |
#q_search_bar ⇒ Types::AnonymousUserQSearchBarEmbeddingConfiguration
The Q search bar that you want to use for anonymous user embedding.
830 831 832 833 834 835 836 837 |
# File 'lib/aws-sdk-quicksight/types.rb', line 830 class AnonymousUserEmbeddingExperienceConfiguration < Struct.new( :dashboard, :dashboard_visual, :q_search_bar, :generative_qn_a) SENSITIVE = [] include Aws::Structure end |